#036F3F

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

Shades of Jewel #036F3F

Tints of Jewel #036F3F

Color information

#036F3F (or 0x036F3F) is unknown color: approx Jewel. HEX triplet: 03, 6F and 3F. RGB value is (3,111,63). Sum of RGB (Red+Green+Blue) = 3+111+63=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #036F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F3F is #FC90C0. Grayscale: #494949. Windows color (decimal): -16552129 or 4157187. OLE color: 4157187.

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

Color convert

RGB311163-
CMYK0.9700.430.56
HSL153.33º94.74%22.35%-
HSV(B)153.33º97.3%43.53%-
XYZ6.6211.756.62-
YUV73.24122.2277.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 111 (43.75% from 255) = 62.71%
BLUE value IS 63 (25% from 255) = 35.59%
R=1.69%
G=62.71%
B=35.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111630.9700.430.56153.3394.7422.35
Hex36F3F6102B38995f16
Octal3157771410537023113726
Binary1111011111111111100001010101111100010011001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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