Html Css Color HEX #136F05 Green

📋 copy color: '#136F05'

red 19 ◦ green 111 ◦ blue 5

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

Shades of Green #136F05

Tints of Green #136F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.7%

R = 14.07%
G = 82.22%
B = 3.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#136F05 (or 0x136F05) is known color: Green. HEX triplet: 13, 6F and 05. RGB value is (19,111,5). Sum of RGB (Red+Green+Blue) = 19+111+5=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 111 (43.75% from 255 or 82.22% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 111 - color contains mainly: green. Hex color #136F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F05 is #EC90FA. Grayscale: #474747. Windows color (decimal): -15503611 or 356115. OLE color: 356115.

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

Color convert

RGB 19 111 5 -
CMYK 0.83 0 0.95 0.56
HSL 112.08º 0.91% 0.23% -
HSV(B) 112.08º 0.95% 0.44% -
XYZ 5.98 11.52 2.05 -
YUV 71.41 90.52 90.62 -
System Red Green Blue C M Y K H S L
Decimal 19 111 5 0.83 0 0.95 0.56 112.08 0.91 0.23
Hex 13 6F 5 53 0 5F 38 70 5B 17
Octal 23 157 5 123 0 137 70 160 133 27
Binary 10011 1101111 101 1010011 0 1011111 111000 1110000 1011011 10111

Color Harmonies of #136F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F05

Black with #136F05

Text Example


Text Example

White with #136F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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