Html Css Color HEX #136913 Green

📋 copy color: '#136913'

red 19 ◦ green 105 ◦ blue 19

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

Shades of Green #136913

Tints of Green #136913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 73.43%

 BLUE value IS 19 (7.81% from 255) = 13.29%

R = 13.29%
G = 73.43%
B = 13.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#136913 (or 0x136913) is known color: Green. HEX triplet: 13, 69 and 13. RGB value is (19,105,19). Sum of RGB (Red+Green+Blue) = 19+105+19=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 105 (41.41% from 255 or 73.43% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 105 - color contains mainly: green. Hex color #136913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136913 is #EC96EC. Grayscale: #454545. Windows color (decimal): -15505133 or 1272083. OLE color: 1272083.

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

Color convert

RGB 19 105 19 -
CMYK 0.82 0 0.82 0.59
HSL 120º 0.69% 0.24% -
HSV(B) 120º 0.82% 0.41% -
XYZ 5.44 10.29 2.32 -
YUV 69.48 99.51 91.99 -
System Red Green Blue C M Y K H S L
Decimal 19 105 19 0.82 0 0.82 0.59 120 0.69 0.24
Hex 13 69 13 52 0 52 3B 78 45 18
Octal 23 151 23 122 0 122 73 170 105 30
Binary 10011 1101001 10011 1010010 0 1010010 111011 1111000 1000101 11000

Color Harmonies of #136913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136913

Black with #136913

Text Example


Text Example

White with #136913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136913; }

 p { color: rgb(19,105,19); }

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

background-color css

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

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

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

border-color css

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

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

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