#035916

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

Shades of Crusoe #035916

Tints of Crusoe #035916

Color information

#035916 (or 0x035916) is unknown color: approx Crusoe. HEX triplet: 03, 59 and 16. RGB value is (3,89,22). Sum of RGB (Red+Green+Blue) = 3+89+22=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 89 (35.16% from 255 or 78.07% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 89 - color contains mainly: green. Hex color #035916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035916 is #FCA6E9. Grayscale: #373737. Windows color (decimal): -16557802 or 1464579. OLE color: 1464579.

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

Color convert

RGB38922-
CMYK0.9700.750.65
HSL133.26º93.48%18.04%-
HSV(B)133.26º96.63%34.9%-
XYZ3.757.221.96-
YUV55.65109.0190.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 89 (35.16% from 255) = 78.07%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=2.63%
G=78.07%
B=19.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389220.9700.750.65133.2693.4818.04
Hex359166104B41855d12
Octal313126141011310120513522
Binary11101100110110110000101001011100000110000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035916; }

 p { color: rgb(3,89,22); }

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

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

 a { background-color: rgb(3,89,22); }

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

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

 span { border-color: rgb(3,89,22); }

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