#035920

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

Shades of Crusoe #035920

Tints of Crusoe #035920

Color information

#035920 (or 0x035920) is unknown color: approx Crusoe. HEX triplet: 03, 59 and 20. RGB value is (3,89,32). Sum of RGB (Red+Green+Blue) = 3+89+32=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 89 (35.16% from 255 or 71.77% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 89 - color contains mainly: green. Hex color #035920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035920 is #FCA6DF. Grayscale: #383838. Windows color (decimal): -16557792 or 2119939. OLE color: 2119939.

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

Color convert

RGB38932-
CMYK0.9700.640.65
HSL140.23º93.48%18.04%-
HSV(B)140.23º96.63%34.9%-
XYZ3.877.272.57-
YUV56.79114.0189.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 89 (35.16% from 255) = 71.77%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=2.42%
G=71.77%
B=25.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389320.9700.640.65140.2393.4818.04
Hex3592061040418c5d12
Octal313140141010010121413522
Binary111011001100000110000101000000100000110001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035920; }

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

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

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

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

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

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

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

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