#035821

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

Shades of Crusoe #035821

Tints of Crusoe #035821

Color information

#035821 (or 0x035821) is unknown color: approx Crusoe. HEX triplet: 03, 58 and 21. RGB value is (3,88,33). Sum of RGB (Red+Green+Blue) = 3+88+33=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #035821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035821 is #FCA7DE. Grayscale: #383838. Windows color (decimal): -16558047 or 2185219. OLE color: 2185219.

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

Color convert

RGB38833-
CMYK0.9700.620.65
HSL141.18º93.41%17.84%-
HSV(B)141.18º96.59%34.51%-
XYZ3.87.112.61-
YUV56.32114.8489.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 88 (34.77% from 255) = 70.97%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=2.42%
G=70.97%
B=26.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388330.9700.620.65141.1893.4117.84
Hex358216103E418d5d12
Octal31304114107610121513522
Binary11101100010000111000010111110100000110001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035821; }

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

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

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

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

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

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

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

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