#035521

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

Shades of Crusoe #035521

Tints of Crusoe #035521

Color information

#035521 (or 0x035521) is unknown color: approx Crusoe. HEX triplet: 03, 55 and 21. RGB value is (3,85,33). Sum of RGB (Red+Green+Blue) = 3+85+33=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #035521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035521 is #FCAADE. Grayscale: #363636. Windows color (decimal): -16558815 or 2184451. OLE color: 2184451.

HSL color Cylindrical-coordinate representation of color #035521: hue angle of 141.95º 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 #035521 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB38533-
CMYK0.9600.610.67
HSL141.95º93.18%17.25%-
HSV(B)141.95º96.47%33.33%-
XYZ3.566.632.53-
YUV54.55115.8391.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=2.48%
G=70.25%
B=27.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal385330.9600.610.67141.9593.1817.25
Hex355216003D438e5d11
Octal31254114007510321613521
Binary11101010110000111000000111101100001110001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035521; }

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

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

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

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

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

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

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

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