Html Css Color HEX #136510 Green

📋 copy color: '#136510'

red 19 ◦ green 101 ◦ blue 16

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

Shades of Green #136510

Tints of Green #136510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 74.26%

 BLUE value IS 16 (6.64% from 255) = 11.76%

R = 13.97%
G = 74.26%
B = 11.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#136510 (or 0x136510) is known color: Green. HEX triplet: 13, 65 and 10. RGB value is (19,101,16). Sum of RGB (Red+Green+Blue) = 19+101+16=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #136510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136510 is #EC9AEF. Grayscale: #434343. Windows color (decimal): -15506160 or 1074451. OLE color: 1074451.

HSL color Cylindrical-coordinate representation of color #136510: hue angle of 117.88º 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 #136510 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 101 16 -
CMYK 0.81 0 0.84 0.60
HSL 117.88º 0.73% 0.23% -
HSV(B) 117.88º 0.84% 0.4% -
XYZ 5.02 9.48 2.06 -
YUV 66.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 19 101 16 0.81 0 0.84 0.60 117.88 0.73 0.23
Hex 13 65 10 51 0 54 3C 76 49 17
Octal 23 145 20 121 0 124 74 166 111 27
Binary 10011 1100101 10000 1010001 0 1010100 111100 1110110 1001001 10111

Color Harmonies of #136510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136510

Black with #136510

Text Example


Text Example

White with #136510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136510; }

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

 H1.HeaderClassName
 {
   color: #136510;
 }
 .AnyTagClassName
 {
   color: #136510;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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