#136812

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

Shades of Green #136812

Tints of Green #136812

Color information

#136812 (or 0x136812) is unknown color: approx Green. HEX triplet: 13, 68 and 12. RGB value is (19,104,18). Sum of RGB (Red+Green+Blue) = 19+104+18=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #136812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136812 is #EC97ED. Grayscale: #454545. Windows color (decimal): -15505390 or 1206291. OLE color: 1206291.

HSL color Cylindrical-coordinate representation of color #136812: hue angle of 119.3º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136812 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1910418-
CMYK0.8200.830.59
HSL119.3º70.49%23.92%-
HSV(B)119.3º82.69%40.78%-
XYZ5.3310.082.24-
YUV68.7899.3492.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 104 (41.02% from 255) = 73.76%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=13.48%
G=73.76%
B=12.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104180.8200.830.59119.370.4923.92
Hex136812520533B774618
Octal231502212201237316710630
Binary100111101000100101010010010100111110111110111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136812; }

 p { color: rgb(19,104,18); }

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

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

 a { background-color: rgb(19,104,18); }

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

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

 span { border-color: rgb(19,104,18); }

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