#035B21

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

Shades of Crusoe #035B21

Tints of Crusoe #035B21

Color information

#035B21 (or 0x035B21) is unknown color: approx Crusoe. HEX triplet: 03, 5B and 21. RGB value is (3,91,33). Sum of RGB (Red+Green+Blue) = 3+91+33=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 91 (35.94% from 255 or 71.65% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 91 - color contains mainly: green. Hex color #035B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B21 is #FCA4DE. Grayscale: #3A3A3A. Windows color (decimal): -16557279 or 2185987. OLE color: 2185987.

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

Color convert

RGB39133-
CMYK0.9700.640.64
HSL140.45º93.62%18.43%-
HSV(B)140.45º96.7%35.69%-
XYZ4.057.612.69-
YUV58.08113.8588.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 91 (35.94% from 255) = 71.65%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=2.36%
G=71.65%
B=25.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391330.9700.640.64140.4593.6218.43
Hex35B2161040408c5e12
Octal313341141010010021413622
Binary111011011100001110000101000000100000010001100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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