Html Css Color HEX #136F0D Green

📋 copy color: '#136F0D'

red 19 ◦ green 111 ◦ blue 13

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

Shades of Green #136F0D

Tints of Green #136F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 77.62%

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

R = 13.29%
G = 77.62%
B = 9.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#136F0D (or 0x136F0D) is known color: Green. HEX triplet: 13, 6F and 0D. RGB value is (19,111,13). Sum of RGB (Red+Green+Blue) = 19+111+13=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 111 (43.75% from 255 or 77.62% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 111 - color contains mainly: green. Hex color #136F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F0D is #EC90F2. Grayscale: #484848. Windows color (decimal): -15503603 or 880403. OLE color: 880403.

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

Color convert

RGB 19 111 13 -
CMYK 0.83 0 0.88 0.56
HSL 116.33º 0.79% 0.24% -
HSV(B) 116.33º 0.88% 0.44% -
XYZ 6.03 11.54 2.29 -
YUV 72.32 94.52 89.97 -
System Red Green Blue C M Y K H S L
Decimal 19 111 13 0.83 0 0.88 0.56 116.33 0.79 0.24
Hex 13 6F D 53 0 58 38 74 4F 18
Octal 23 157 15 123 0 130 70 164 117 30
Binary 10011 1101111 1101 1010011 0 1011000 111000 1110100 1001111 11000

Color Harmonies of #136F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F0D

Black with #136F0D

Text Example


Text Example

White with #136F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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