#065D27

Color #065D27 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #065D27

Tints of Crusoe #065D27

Color information

#065D27 (or 0x065D27) is unknown color: approx Crusoe. HEX triplet: 06, 5D and 27. RGB value is (6,93,39). Sum of RGB (Red+Green+Blue) = 6+93+39=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #065D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D27 is #F9A2D8. Grayscale: #3C3C3C. Windows color (decimal): -16360153 or 2579718. OLE color: 2579718.

HSL color Cylindrical-coordinate representation of color #065D27: hue angle of 142.76º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D27 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB69339-
CMYK0.9400.580.64
HSL142.76º87.88%19.41%-
HSV(B)142.76º93.55%36.47%-
XYZ4.368.013.24-
YUV60.83115.6888.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 93 (36.72% from 255) = 67.39%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=4.35%
G=67.39%
B=28.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal693390.9400.580.64142.7687.8819.41
Hex65D275E03A408f5813
Octal61354713607210021713023
Binary110101110110011110111100111010100000010001111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065D27; }

 p { color: rgb(6,93,39); }

 H1.HeaderClassName
 {
   color: #065D27;
 }
 .AnyTagClassName
 {
   color: #065D27;
 }
</style>
background-color css

<style>
 a { background-color: #065D27; }

 a { background-color: rgb(6,93,39); }

 div.DivClassName
 {
   background-color: #065D27;
 }
 .BgClassName
 {
   background-color: #065D27;
 }
</style>
border-color css

<style>
 span { border-color: #065D27; }

 span { border-color: rgb(6,93,39); }

 td.TdClassName
 {
   border-color: #065D27;
 }
 .TagClassName
 {
   border-color: #065D27;
 }
</style>