#065215

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

Shades of Crusoe #065215

Tints of Crusoe #065215

Color information

#065215 (or 0x065215) is unknown color: approx Crusoe. HEX triplet: 06, 52 and 15. RGB value is (6,82,21). Sum of RGB (Red+Green+Blue) = 6+82+21=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #065215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065215 is #F9ADEA. Grayscale: #343434. Windows color (decimal): -16362987 or 1397254. OLE color: 1397254.

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

Color convert

RGB68221-
CMYK0.9300.740.68
HSL131.84º86.36%17.25%-
HSV(B)131.84º92.68%32.16%-
XYZ3.236.131.72-
YUV52.32110.3294.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 82 (32.42% from 255) = 75.23%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=5.50%
G=75.23%
B=19.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682210.9300.740.68131.8486.3617.25
Hex652155D04A44845611
Octal612225135011210420412621
Binary110101001010101101110101001010100010010000100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065215; }

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

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

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

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

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

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

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

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