#035520

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

Shades of Crusoe #035520

Tints of Crusoe #035520

Color information

#035520 (or 0x035520) is unknown color: approx Crusoe. HEX triplet: 03, 55 and 20. RGB value is (3,85,32). Sum of RGB (Red+Green+Blue) = 3+85+32=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #035520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035520 is #FCAADF. Grayscale: #363636. Windows color (decimal): -16558816 or 2118915. OLE color: 2118915.

HSL color Cylindrical-coordinate representation of color #035520: hue angle of 141.22º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035520 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB38532-
CMYK0.9600.620.67
HSL141.22º93.18%17.25%-
HSV(B)141.22º96.47%33.33%-
XYZ3.556.622.46-
YUV54.44115.3391.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 85 (33.59% from 255) = 70.83%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=2.5%
G=70.83%
B=26.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal385320.9600.620.67141.2293.1817.25
Hex355206003E438d5d11
Octal31254014007610321513521
Binary11101010110000011000000111110100001110001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035520; }

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

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

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

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

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

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

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

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