Html Css Color HEX #136F20 San Felix

📋 copy color: '#136F20'

red 19 ◦ green 111 ◦ blue 32

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

Shades of San Felix #136F20

Tints of San Felix #136F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.75%

R = 11.73%
G = 68.52%
B = 19.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#136F20 (or 0x136F20) is known color: San Felix. HEX triplet: 13, 6F and 20. RGB value is (19,111,32). Sum of RGB (Red+Green+Blue) = 19+111+32=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 111 (43.75% from 255 or 68.52% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 111 - color contains mainly: green. Hex color #136F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F20 is #EC90DF. Grayscale: #4A4A4A. Windows color (decimal): -15503584 or 2125587. OLE color: 2125587.

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

Color convert

RGB 19 111 32 -
CMYK 0.83 0 0.71 0.56
HSL 128.48º 0.71% 0.25% -
HSV(B) 128.48º 0.83% 0.44% -
XYZ 6.21 11.61 3.28 -
YUV 74.49 104.02 88.42 -
System Red Green Blue C M Y K H S L
Decimal 19 111 32 0.83 0 0.71 0.56 128.48 0.71 0.25
Hex 13 6F 20 53 0 47 38 80 47 19
Octal 23 157 40 123 0 107 70 200 107 31
Binary 10011 1101111 100000 1010011 0 1000111 111000 10000000 1000111 11001

Color Harmonies of #136F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F20

Black with #136F20

Text Example


Text Example

White with #136F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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