Html Css Color HEX #136710 Green

📋 copy color: '#136710'

red 19 ◦ green 103 ◦ blue 16

#136710
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #136710

Tints of Green #136710

RGB

 RED value IS 19 (7.81% from 255) = 13.77%

 GREEN value IS 103 (40.63% 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 value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#136710 (or 0x136710) is known color: 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

RGB 19 103 16 -
CMYK 0.82 0 0.84 0.60
HSL 117.93º 0.73% 0.23% -
HSV(B) 117.93º 0.84% 0.4% -
XYZ 5.21 9.88 2.12 -
YUV 67.97 98.67 93.07 -
System Red Green Blue C M Y K H S L
Decimal 19 103 16 0.82 0 0.84 0.60 117.93 0.73 0.23
Hex 13 67 10 52 0 54 3C 76 49 17
Octal 23 147 20 122 0 124 74 166 111 27
Binary 10011 1100111 10000 1010010 0 1010100 111100 1110110 1001001 10111

Color Harmonies of #136710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136710

Black with #136710

Text Example


Text Example

White with #136710

Text Example


Text Example

HTML Codes & Css Web 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>