#036024

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

Shades of Crusoe #036024

Tints of Crusoe #036024

Color information

#036024 (or 0x036024) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 24. RGB value is (3,96,36). Sum of RGB (Red+Green+Blue) = 3+96+36=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 96 (37.89% from 255 or 71.11% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 96 - color contains mainly: green. Hex color #036024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036024 is #FC9FDB. Grayscale: #3D3D3D. Windows color (decimal): -16555996 or 2383875. OLE color: 2383875.

HSL color Cylindrical-coordinate representation of color #036024: hue angle of 141.29º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036024 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB39636-
CMYK0.9700.620.62
HSL141.29º93.94%19.41%-
HSV(B)141.29º96.88%37.65%-
XYZ4.548.513.07-
YUV61.35113.6986.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 96 (37.89% from 255) = 71.11%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=2.22%
G=71.11%
B=26.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396360.9700.620.62141.2993.9419.41
Hex360246103E3E8d5e13
Octal3140441410767621513623
Binary1111000001001001100001011111011111010001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036024; }

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

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

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

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

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

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

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

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