#036816

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

Shades of Green #036816

Tints of Green #036816

Color information

#036816 (or 0x036816) is unknown color: approx Green. HEX triplet: 03, 68 and 16. RGB value is (3,104,22). Sum of RGB (Red+Green+Blue) = 3+104+22=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #036816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036816 is #FC97E9. Grayscale: #404040. Windows color (decimal): -16553962 or 1468419. OLE color: 1468419.

HSL color Cylindrical-coordinate representation of color #036816: hue angle of 131.29º 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 #036816 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB310422-
CMYK0.9700.790.59
HSL131.29º94.39%20.98%-
HSV(B)131.29º97.12%40.78%-
XYZ5.139.982.41-
YUV64.45104.0484.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 104 (41.02% from 255) = 80.62%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=2.33%
G=80.62%
B=17.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104220.9700.790.59131.2994.3920.98
Hex368166104F3B835e15
Octal31502614101177320313625
Binary1111010001011011000010100111111101110000011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036816; }

 p { color: rgb(3,104,22); }

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

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

 a { background-color: rgb(3,104,22); }

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

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

 span { border-color: rgb(3,104,22); }

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