#035624

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

Shades of Crusoe #035624

Tints of Crusoe #035624

Color information

#035624 (or 0x035624) is unknown color: approx Crusoe. HEX triplet: 03, 56 and 24. RGB value is (3,86,36). Sum of RGB (Red+Green+Blue) = 3+86+36=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 86 (33.98% from 255 or 68.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 86 - color contains mainly: green. Hex color #035624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035624 is #FCA9DB. Grayscale: #373737. Windows color (decimal): -16558556 or 2381315. OLE color: 2381315.

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

Color convert

RGB38636-
CMYK0.9700.580.66
HSL143.86º93.26%17.45%-
HSV(B)143.86º96.51%33.73%-
XYZ3.686.82.79-
YUV55.4811790.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 86 (33.98% from 255) = 68.8%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=2.4%
G=68.8%
B=28.8%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386360.9700.580.66143.8693.2617.45
Hex356246103A42905d11
Octal31264414107210222013521
Binary11101011010010011000010111010100001010010000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035624; }

 p { color: rgb(3,86,36); }

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

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

 a { background-color: rgb(3,86,36); }

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

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

 span { border-color: rgb(3,86,36); }

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