#036424

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

Shades of Crusoe #036424

Tints of Crusoe #036424

Color information

#036424 (or 0x036424) is unknown color: approx Crusoe. HEX triplet: 03, 64 and 24. RGB value is (3,100,36). Sum of RGB (Red+Green+Blue) = 3+100+36=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 100 (39.45% from 255 or 71.94% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 100 - color contains mainly: green. Hex color #036424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036424 is #FC9BDB. Grayscale: #3F3F3F. Windows color (decimal): -16554972 or 2384899. OLE color: 2384899.

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

Color convert

RGB310036-
CMYK0.9700.640.61
HSL140.41º94.17%20.2%-
HSV(B)140.41º97%39.22%-
XYZ4.919.263.2-
YUV63.7112.3684.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 100 (39.45% from 255) = 71.94%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=2.16%
G=71.94%
B=25.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3100360.9700.640.61140.4194.1720.2
Hex36424610403D8c5e14
Octal31444414101007521413624
Binary11110010010010011000010100000011110110001100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036424; }

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

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

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

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

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

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

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

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