Html Css Color HEX #136F1C San Felix

📋 copy color: '#136F1C'

red 19 ◦ green 111 ◦ blue 28

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

Shades of San Felix #136F1C

Tints of San Felix #136F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 12.03%
G = 70.25%
B = 17.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#136F1C (or 0x136F1C) is known color: San Felix. HEX triplet: 13, 6F and 1C. RGB value is (19,111,28). Sum of RGB (Red+Green+Blue) = 19+111+28=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #136F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F1C is #EC90E3. Grayscale: #4A4A4A. Windows color (decimal): -15503588 or 1863443. OLE color: 1863443.

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

Color convert

RGB 19 111 28 -
CMYK 0.83 0 0.75 0.56
HSL 125.87º 0.71% 0.25% -
HSV(B) 125.87º 0.83% 0.44% -
XYZ 6.16 11.59 3.01 -
YUV 74.03 102.02 88.75 -
System Red Green Blue C M Y K H S L
Decimal 19 111 28 0.83 0 0.75 0.56 125.87 0.71 0.25
Hex 13 6F 1C 53 0 4B 38 7E 47 19
Octal 23 157 34 123 0 113 70 176 107 31
Binary 10011 1101111 11100 1010011 0 1001011 111000 1111110 1000111 11001

Color Harmonies of #136F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F1C

Black with #136F1C

Text Example


Text Example

White with #136F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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