#035C16

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

Shades of Crusoe #035C16

Tints of Crusoe #035C16

Color information

#035C16 (or 0x035C16) is unknown color: approx Crusoe. HEX triplet: 03, 5C and 16. RGB value is (3,92,22). Sum of RGB (Red+Green+Blue) = 3+92+22=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #035C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C16 is #FCA3E9. Grayscale: #393939. Windows color (decimal): -16557034 or 1465347. OLE color: 1465347.

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

Color convert

RGB39222-
CMYK0.9700.760.64
HSL132.81º93.68%18.63%-
HSV(B)132.81º96.74%36.08%-
XYZ4.017.732.04-
YUV57.41108.0189.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 92 (36.33% from 255) = 78.63%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=2.56%
G=78.63%
B=18.80%

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
Decimal392220.9700.760.64132.8193.6818.63
Hex35C166104C40855e13
Octal313426141011410020513623
Binary11101110010110110000101001100100000010000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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