#036326

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

Shades of Crusoe #036326

Tints of Crusoe #036326

Color information

#036326 (or 0x036326) is unknown color: approx Crusoe. HEX triplet: 03, 63 and 26. RGB value is (3,99,38). Sum of RGB (Red+Green+Blue) = 3+99+38=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #036326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036326 is #FC9CD9. Grayscale: #3F3F3F. Windows color (decimal): -16555226 or 2515715. OLE color: 2515715.

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

Color convert

RGB39938-
CMYK0.9700.620.61
HSL141.88º94.12%20%-
HSV(B)141.88º96.97%38.82%-
XYZ4.859.083.33-
YUV63.34113.784.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 99 (39.06% from 255) = 70.71%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=2.14%
G=70.71%
B=27.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399380.9700.620.61141.8894.1220
Hex363266103E3D8e5e14
Octal3143461410767521613624
Binary1111000111001101100001011111011110110001110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036326; }

 p { color: rgb(3,99,38); }

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

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

 a { background-color: rgb(3,99,38); }

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

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

 span { border-color: rgb(3,99,38); }

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