#036021

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

Shades of Crusoe #036021

Tints of Crusoe #036021

Color information

#036021 (or 0x036021) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 21. RGB value is (3,96,33). Sum of RGB (Red+Green+Blue) = 3+96+33=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #036021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036021 is #FC9FDE. Grayscale: #3D3D3D. Windows color (decimal): -16555999 or 2187267. OLE color: 2187267.

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

Color convert

RGB39633-
CMYK0.9700.660.62
HSL139.35º93.94%19.41%-
HSV(B)139.35º96.88%37.65%-
XYZ4.498.492.84-
YUV61.01112.1986.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 96 (37.89% from 255) = 72.73%
BLUE value IS 33 (13.28% from 255) = 25%
R=2.27%
G=72.73%
B=25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396330.9700.660.62139.3593.9419.41
Hex36021610423E8b5e13
Octal31404114101027621313623
Binary11110000010000111000010100001011111010001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036021; }

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

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

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

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

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

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

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

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