#035B16

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

Shades of Crusoe #035B16

Tints of Crusoe #035B16

Color information

#035B16 (or 0x035B16) is unknown color: approx Crusoe. HEX triplet: 03, 5B and 16. RGB value is (3,91,22). Sum of RGB (Red+Green+Blue) = 3+91+22=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 91 (35.94% from 255 or 78.45% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 91 - color contains mainly: green. Hex color #035B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035B16 is #FCA4E9. Grayscale: #393939. Windows color (decimal): -16557290 or 1465091. OLE color: 1465091.

HSL color Cylindrical-coordinate representation of color #035B16: hue angle of 132.95º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035B16 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB39122-
CMYK0.9700.760.64
HSL132.95º93.62%18.43%-
HSV(B)132.95º96.7%35.69%-
XYZ3.927.562.01-
YUV56.82108.3589.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 91 (35.94% from 255) = 78.45%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=2.59%
G=78.45%
B=18.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391220.9700.760.64132.9593.6218.43
Hex35B166104C40855e12
Octal313326141011410020513622
Binary11101101110110110000101001100100000010000101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035B16; }

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

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

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

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

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

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

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

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