#036C27

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

Shades of Crusoe #036C27

Tints of Crusoe #036C27

Color information

#036C27 (or 0x036C27) is unknown color: approx Crusoe. HEX triplet: 03, 6C and 27. RGB value is (3,108,39). Sum of RGB (Red+Green+Blue) = 3+108+39=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 108 (42.58% from 255 or 72% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 108 - color contains mainly: green. Hex color #036C27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C27 is #FC93D8. Grayscale: #444444. Windows color (decimal): -16552921 or 2583555. OLE color: 2583555.

HSL color Cylindrical-coordinate representation of color #036C27: hue angle of 140.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C27 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB310839-
CMYK0.9700.640.58
HSL140.57º94.59%21.76%-
HSV(B)140.57º97.22%42.35%-
XYZ5.7710.893.72-
YUV68.74111.2181.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 108 (42.58% from 255) = 72%
BLUE value IS 39 (15.62% from 255) = 26%
R=2%
G=72%
B=26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3108390.9700.640.58140.5794.5921.76
Hex36C27610403A8d5f16
Octal31544714101007221513726
Binary11110110010011111000010100000011101010001101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036C27; }

 p { color: rgb(3,108,39); }

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

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

 a { background-color: rgb(3,108,39); }

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

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

 span { border-color: rgb(3,108,39); }

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