#065516

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

Shades of Crusoe #065516

Tints of Crusoe #065516

Color information

#065516 (or 0x065516) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 16. RGB value is (6,85,22). Sum of RGB (Red+Green+Blue) = 6+85+22=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #065516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065516 is #F9AAE9. Grayscale: #363636. Windows color (decimal): -16362218 or 1463558. OLE color: 1463558.

HSL color Cylindrical-coordinate representation of color #065516: hue angle of 132.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065516 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB68522-
CMYK0.9300.740.67
HSL132.15º86.81%17.84%-
HSV(B)132.15º92.94%33.33%-
XYZ3.476.591.85-
YUV54.2109.8393.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 85 (33.59% from 255) = 75.22%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=5.31%
G=75.22%
B=19.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685220.9300.740.67132.1586.8117.84
Hex655165D04A43845712
Octal612526135011210320412722
Binary110101010110110101110101001010100001110000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065516; }

 p { color: rgb(6,85,22); }

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

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

 a { background-color: rgb(6,85,22); }

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

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

 span { border-color: rgb(6,85,22); }

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