#036F38

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

Shades of Jewel #036F38

Tints of Jewel #036F38

Color information

#036F38 (or 0x036F38) is unknown color: approx Jewel. HEX triplet: 03, 6F and 38. RGB value is (3,111,56). Sum of RGB (Red+Green+Blue) = 3+111+56=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 111 (43.75% from 255 or 65.29% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 111 - color contains mainly: green. Hex color #036F38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F38 is #FC90C7. Grayscale: #484848. Windows color (decimal): -16552136 or 3698435. OLE color: 3698435.

HSL color Cylindrical-coordinate representation of color #036F38: hue angle of 149.44º 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 #036F38 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB311156-
CMYK0.9700.500.56
HSL149.44º94.74%22.35%-
HSV(B)149.44º97.3%43.53%-
XYZ6.4411.675.66-
YUV72.44118.7278.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 111 (43.75% from 255) = 65.29%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=1.76%
G=65.29%
B=32.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111560.9700.500.56149.4494.7422.35
Hex36F386103238955f16
Octal3157701410627022513726
Binary1111011111110001100001011001011100010010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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