#065918

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

Shades of Crusoe #065918

Tints of Crusoe #065918

Color information

#065918 (or 0x065918) is unknown color: approx Crusoe. HEX triplet: 06, 59 and 18. RGB value is (6,89,24). Sum of RGB (Red+Green+Blue) = 6+89+24=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 89 (35.16% from 255 or 74.79% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 89 - color contains mainly: green. Hex color #065918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065918 is #F9A6E7. Grayscale: #383838. Windows color (decimal): -16361192 or 1595654. OLE color: 1595654.

HSL color Cylindrical-coordinate representation of color #065918: hue angle of 133.01º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065918 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB68924-
CMYK0.9300.730.65
HSL133.01º87.37%18.63%-
HSV(B)133.01º93.26%34.9%-
XYZ3.817.252.06-
YUV56.77109.591.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 89 (35.16% from 255) = 74.79%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=5.04%
G=74.79%
B=20.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal689240.9300.730.65133.0187.3718.63
Hex659185D04941855713
Octal613130135011110120512723
Binary110101100111000101110101001001100000110000101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065918; }

 p { color: rgb(6,89,24); }

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

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

 a { background-color: rgb(6,89,24); }

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

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

 span { border-color: rgb(6,89,24); }

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