#036940

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

Shades of Jewel #036940

Tints of Jewel #036940

Color information

#036940 (or 0x036940) is unknown color: approx Jewel. HEX triplet: 03, 69 and 40. RGB value is (3,105,64). Sum of RGB (Red+Green+Blue) = 3+105+64=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #036940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036940 is #FC96BF. Grayscale: #454545. Windows color (decimal): -16553664 or 4221187. OLE color: 4221187.

HSL color Cylindrical-coordinate representation of color #036940: hue angle of 155.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036940 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB310564-
CMYK0.9700.390.59
HSL155.88º94.44%21.18%-
HSV(B)155.88º97.14%41.18%-
XYZ6.0110.496.56-
YUV69.83124.7180.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 105 (41.41% from 255) = 61.05%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=1.74%
G=61.05%
B=37.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105640.9700.390.59155.8894.4421.18
Hex36940610273B9c5e15
Octal31511001410477323413625
Binary11110100110000001100001010011111101110011100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036940; }

 p { color: rgb(3,105,64); }

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

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

 a { background-color: rgb(3,105,64); }

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

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

 span { border-color: rgb(3,105,64); }

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