#035721

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

Shades of Crusoe #035721

Tints of Crusoe #035721

Color information

#035721 (or 0x035721) is unknown color: approx Crusoe. HEX triplet: 03, 57 and 21. RGB value is (3,87,33). Sum of RGB (Red+Green+Blue) = 3+87+33=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #035721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035721 is #FCA8DE. Grayscale: #373737. Windows color (decimal): -16558303 or 2184963. OLE color: 2184963.

HSL color Cylindrical-coordinate representation of color #035721: hue angle of 141.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035721 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB38733-
CMYK0.9700.620.66
HSL141.43º93.33%17.65%-
HSV(B)141.43º96.55%34.12%-
XYZ3.726.952.58-
YUV55.73115.1790.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 87 (34.38% from 255) = 70.73%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=2.44%
G=70.73%
B=26.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387330.9700.620.66141.4393.3317.65
Hex357216103E428d5d12
Octal31274114107610221513522
Binary11101011110000111000010111110100001010001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035721; }

 p { color: rgb(3,87,33); }

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

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

 a { background-color: rgb(3,87,33); }

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

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

 span { border-color: rgb(3,87,33); }

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