#035D20

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

Shades of Crusoe #035D20

Tints of Crusoe #035D20

Color information

#035D20 (or 0x035D20) is unknown color: approx Crusoe. HEX triplet: 03, 5D and 20. RGB value is (3,93,32). Sum of RGB (Red+Green+Blue) = 3+93+32=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 93 (36.72% from 255 or 72.66% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 93 - color contains mainly: green. Hex color #035D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D20 is #FCA2DF. Grayscale: #3B3B3B. Windows color (decimal): -16556768 or 2120963. OLE color: 2120963.

HSL color Cylindrical-coordinate representation of color #035D20: hue angle of 139.33º 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 #035D20 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB39332-
CMYK0.9700.660.64
HSL139.33º93.75%18.82%-
HSV(B)139.33º96.77%36.47%-
XYZ4.217.952.68-
YUV59.14112.6887.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 93 (36.72% from 255) = 72.66%
BLUE value IS 32 (12.89% from 255) = 25%
R=2.34%
G=72.66%
B=25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal393320.9700.660.64139.3393.7518.82
Hex35D2061042408b5e13
Octal313540141010210021313623
Binary111011101100000110000101000010100000010001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,93,32); }

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

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

 a { background-color: rgb(3,93,32); }

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

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

 span { border-color: rgb(3,93,32); }

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