#036F3C

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

Shades of Jewel #036F3C

Tints of Jewel #036F3C

Color information

#036F3C (or 0x036F3C) is unknown color: approx Jewel. HEX triplet: 03, 6F and 3C. RGB value is (3,111,60). Sum of RGB (Red+Green+Blue) = 3+111+60=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 111 (43.75% from 255 or 63.79% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 111 - color contains mainly: green. Hex color #036F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F3C is #FC90C3. Grayscale: #484848. Windows color (decimal): -16552132 or 3960579. OLE color: 3960579.

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

Color convert

RGB311160-
CMYK0.9700.460.56
HSL151.67º94.74%22.35%-
HSV(B)151.67º97.3%43.53%-
XYZ6.5411.716.19-
YUV72.89120.7278.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 111 (43.75% from 255) = 63.79%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=1.72%
G=63.79%
B=34.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111600.9700.460.56151.6794.7422.35
Hex36F3C6102E38985f16
Octal3157741410567023013726
Binary1111011111111001100001010111011100010011000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,111,60); }

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

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

 a { background-color: rgb(3,111,60); }

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

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

 span { border-color: rgb(3,111,60); }

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