#065118

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

Shades of Crusoe #065118

Tints of Crusoe #065118

Color information

#065118 (or 0x065118) is unknown color: approx Crusoe. HEX triplet: 06, 51 and 18. RGB value is (6,81,24). Sum of RGB (Red+Green+Blue) = 6+81+24=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 81 (32.03% from 255 or 72.97% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 81 - color contains mainly: green. Hex color #065118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065118 is #F9AEE7. Grayscale: #343434. Windows color (decimal): -16363240 or 1593606. OLE color: 1593606.

HSL color Cylindrical-coordinate representation of color #065118: hue angle of 134.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065118 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB68124-
CMYK0.9300.700.68
HSL134.4º86.21%17.06%-
HSV(B)134.4º92.59%31.76%-
XYZ3.185.991.85-
YUV52.08112.1595.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 81 (32.03% from 255) = 72.97%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=5.41%
G=72.97%
B=21.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681240.9300.700.68134.486.2117.06
Hex651185D04644865611
Octal612130135010610420612621
Binary110101000111000101110101000110100010010000110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065118; }

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

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

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

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

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

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

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

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