#065218

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

Shades of Crusoe #065218

Tints of Crusoe #065218

Color information

#065218 (or 0x065218) is unknown color: approx Crusoe. HEX triplet: 06, 52 and 18. RGB value is (6,82,24). Sum of RGB (Red+Green+Blue) = 6+82+24=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 82 (32.42% from 255 or 73.21% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 82 - color contains mainly: green. Hex color #065218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065218 is #F9ADE7. Grayscale: #343434. Windows color (decimal): -16362984 or 1593862. OLE color: 1593862.

HSL color Cylindrical-coordinate representation of color #065218: hue angle of 134.21º 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 #065218 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB68224-
CMYK0.9300.710.68
HSL134.21º86.36%17.25%-
HSV(B)134.21º92.68%32.16%-
XYZ3.266.141.88-
YUV52.66111.8294.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 82 (32.42% from 255) = 73.21%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=5.36%
G=73.21%
B=21.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682240.9300.710.68134.2186.3617.25
Hex652185D04744865611
Octal612230135010710420612621
Binary110101001011000101110101000111100010010000110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065218; }

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

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

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

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

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

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

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

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