#036F3D

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

Shades of Jewel #036F3D

Tints of Jewel #036F3D

Color information

#036F3D (or 0x036F3D) is unknown color: approx Jewel. HEX triplet: 03, 6F and 3D. RGB value is (3,111,61). Sum of RGB (Red+Green+Blue) = 3+111+61=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 111 (43.75% from 255 or 63.43% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 111 - color contains mainly: green. Hex color #036F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F3D is #FC90C2. Grayscale: #494949. Windows color (decimal): -16552131 or 4026115. OLE color: 4026115.

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

Color convert

RGB311161-
CMYK0.9700.450.56
HSL152.22º94.74%22.35%-
HSV(B)152.22º97.3%43.53%-
XYZ6.5611.736.33-
YUV73.01121.2278.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 111 (43.75% from 255) = 63.43%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=1.71%
G=63.43%
B=34.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111610.9700.450.56152.2294.7422.35
Hex36F3D6102D38985f16
Octal3157751410557023013726
Binary1111011111111011100001010110111100010011000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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