Html Css Color HEX #136F1F San Felix

📋 copy color: '#136F1F'

red 19 ◦ green 111 ◦ blue 31

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

Shades of San Felix #136F1F

Tints of San Felix #136F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 11.8%
G = 68.94%
B = 19.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#136F1F (or 0x136F1F) is known color: San Felix. HEX triplet: 13, 6F and 1F. RGB value is (19,111,31). Sum of RGB (Red+Green+Blue) = 19+111+31=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 111 (43.75% from 255 or 68.94% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 111 - color contains mainly: green. Hex color #136F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F1F is #EC90E0. Grayscale: #4A4A4A. Windows color (decimal): -15503585 or 2060051. OLE color: 2060051.

HSL color Cylindrical-coordinate representation of color #136F1F: hue angle of 127.83º 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 #136F1F is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 111 31 -
CMYK 0.83 0 0.72 0.56
HSL 127.83º 0.71% 0.25% -
HSV(B) 127.83º 0.83% 0.44% -
XYZ 6.2 11.61 3.21 -
YUV 74.37 103.52 88.5 -
System Red Green Blue C M Y K H S L
Decimal 19 111 31 0.83 0 0.72 0.56 127.83 0.71 0.25
Hex 13 6F 1F 53 0 48 38 80 47 19
Octal 23 157 37 123 0 110 70 200 107 31
Binary 10011 1101111 11111 1010011 0 1001000 111000 10000000 1000111 11001

Color Harmonies of #136F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F1F

Black with #136F1F

Text Example


Text Example

White with #136F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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