#136710

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

Shades of Green #136710

Tints of Green #136710

Color information

#136710 (or 0x136710) is unknown color: approx Green. HEX triplet: 13, 67 and 10. RGB value is (19,103,16). Sum of RGB (Red+Green+Blue) = 19+103+16=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #136710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136710 is #EC98EF. Grayscale: #444444. Windows color (decimal): -15505648 or 1074963. OLE color: 1074963.

HSL color Cylindrical-coordinate representation of color #136710: hue angle of 117.93º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136710 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB1910316-
CMYK0.8200.840.60
HSL117.93º73.11%23.33%-
HSV(B)117.93º84.47%40.39%-
XYZ5.219.882.12-
YUV67.9798.6793.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 103 (40.62% from 255) = 74.64%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=13.77%
G=74.64%
B=11.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19103160.8200.840.60117.9373.1123.33
Hex136710520543C764917
Octal231472012201247416611127
Binary100111100111100001010010010101001111001110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136710; }

 p { color: rgb(19,103,16); }

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

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

 a { background-color: rgb(19,103,16); }

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

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

 span { border-color: rgb(19,103,16); }

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