Html Css Color HEX #136E1E San Felix

📋 copy color: '#136E1E'

red 19 ◦ green 110 ◦ blue 30

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

Shades of San Felix #136E1E

Tints of San Felix #136E1E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 69.18%

 BLUE value IS 30 (12.11% from 255) = 18.87%

R = 11.95%
G = 69.18%
B = 18.87%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#136E1E (or 0x136E1E) is known color: San Felix. HEX triplet: 13, 6E and 1E. RGB value is (19,110,30). Sum of RGB (Red+Green+Blue) = 19+110+30=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 110 (43.36% from 255 or 69.18% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 110 - color contains mainly: green. Hex color #136E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E1E is #EC91E1. Grayscale: #494949. Windows color (decimal): -15503842 or 1994259. OLE color: 1994259.

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

Color convert

RGB 19 110 30 -
CMYK 0.83 0 0.73 0.57
HSL 127.25º 0.71% 0.25% -
HSV(B) 127.25º 0.83% 0.43% -
XYZ 6.08 11.38 3.11 -
YUV 73.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 19 110 30 0.83 0 0.73 0.57 127.25 0.71 0.25
Hex 13 6E 1E 53 0 49 39 7F 47 19
Octal 23 156 36 123 0 111 71 177 107 31
Binary 10011 1101110 11110 1010011 0 1001001 111001 1111111 1000111 11001

Color Harmonies of #136E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E1E

Black with #136E1E

Text Example


Text Example

White with #136E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,110,30); }

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

background-color css

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

 a { background-color: rgb(19,110,30); }

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

border-color css

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

 span { border-color: rgb(19,110,30); }

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