Html Css Color HEX #136D0D Green

📋 copy color: '#136D0D'

red 19 ◦ green 109 ◦ blue 13

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

Shades of Green #136D0D

Tints of Green #136D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 13.48%
G = 77.3%
B = 9.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#136D0D (or 0x136D0D) is known color: Green. HEX triplet: 13, 6D and 0D. RGB value is (19,109,13). Sum of RGB (Red+Green+Blue) = 19+109+13=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 109 (42.97% from 255 or 77.30% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 109 - color contains mainly: green. Hex color #136D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136D0D is #EC92F2. Grayscale: #474747. Windows color (decimal): -15504115 or 879891. OLE color: 879891.

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

Color convert

RGB 19 109 13 -
CMYK 0.83 0 0.88 0.57
HSL 116.25º 0.79% 0.24% -
HSV(B) 116.25º 0.88% 0.43% -
XYZ 5.81 11.1 2.22 -
YUV 71.15 95.18 90.81 -
System Red Green Blue C M Y K H S L
Decimal 19 109 13 0.83 0 0.88 0.57 116.25 0.79 0.24
Hex 13 6D D 53 0 58 39 74 4F 18
Octal 23 155 15 123 0 130 71 164 117 30
Binary 10011 1101101 1101 1010011 0 1011000 111001 1110100 1001111 11000

Color Harmonies of #136D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D0D

Black with #136D0D

Text Example


Text Example

White with #136D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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