Html Css Color HEX #136D0A Green

📋 copy color: '#136D0A'

red 19 ◦ green 109 ◦ blue 10

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

Shades of Green #136D0A

Tints of Green #136D0A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 78.99%

 BLUE value IS 10 (4.3% from 255) = 7.25%

R = 13.77%
G = 78.99%
B = 7.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#136D0A (or 0x136D0A) is known color: Green. HEX triplet: 13, 6D and 0A. RGB value is (19,109,10). Sum of RGB (Red+Green+Blue) = 19+109+10=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 109 (42.97% from 255 or 78.99% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 109 - color contains mainly: green. Hex color #136D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136D0A is #EC92F5. Grayscale: #474747. Windows color (decimal): -15504118 or 683283. OLE color: 683283.

HSL color Cylindrical-coordinate representation of color #136D0A: hue angle of 114.55º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136D0A is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 10 -
CMYK 0.83 0 0.91 0.57
HSL 114.55º 0.83% 0.23% -
HSV(B) 114.55º 0.91% 0.43% -
XYZ 5.79 11.1 2.12 -
YUV 70.8 93.68 91.05 -
System Red Green Blue C M Y K H S L
Decimal 19 109 10 0.83 0 0.91 0.57 114.55 0.83 0.23
Hex 13 6D A 53 0 5B 39 73 53 17
Octal 23 155 12 123 0 133 71 163 123 27
Binary 10011 1101101 1010 1010011 0 1011011 111001 1110011 1010011 10111

Color Harmonies of #136D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D0A

Black with #136D0A

Text Example


Text Example

White with #136D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136D0A; }

 p { color: rgb(19,109,10); }

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

background-color css

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

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

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

border-color css

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

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

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