#065E1C

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

Shades of Crusoe #065E1C

Tints of Crusoe #065E1C

Color information

#065E1C (or 0x065E1C) is unknown color: approx Crusoe. HEX triplet: 06, 5E and 1C. RGB value is (6,94,28). Sum of RGB (Red+Green+Blue) = 6+94+28=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 94 (37.11% from 255 or 73.44% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 94 - color contains mainly: green. Hex color #065E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065E1C is #F9A1E3. Grayscale: #3C3C3C. Windows color (decimal): -16359908 or 1859078. OLE color: 1859078.

HSL color Cylindrical-coordinate representation of color #065E1C: hue angle of 135º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065E1C is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB69428-
CMYK0.9400.700.63
HSL135º88%19.61%-
HSV(B)135º93.62%36.86%-
XYZ4.298.132.44-
YUV60.16109.8589.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 94 (37.11% from 255) = 73.44%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=4.69%
G=73.44%
B=21.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal694280.9400.700.631358819.61
Hex65E1C5E0463F875814
Octal61363413601067720713024
Binary11010111101110010111100100011011111110000111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,94,28); }

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

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

 a { background-color: rgb(6,94,28); }

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

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

 span { border-color: rgb(6,94,28); }

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