Html Css Color HEX #136516 San Felix

📋 copy color: '#136516'

red 19 ◦ green 101 ◦ blue 22

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

Shades of San Felix #136516

Tints of San Felix #136516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 71.13%

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 13.38%
G = 71.13%
B = 15.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#136516 (or 0x136516) is known color: San Felix. HEX triplet: 13, 65 and 16. RGB value is (19,101,22). Sum of RGB (Red+Green+Blue) = 19+101+22=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #136516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136516 is #EC9AE9. Grayscale: #434343. Windows color (decimal): -15506154 or 1467667. OLE color: 1467667.

HSL color Cylindrical-coordinate representation of color #136516: hue angle of 122.2º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136516 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 101 22 -
CMYK 0.81 0 0.78 0.60
HSL 122.2º 0.68% 0.24% -
HSV(B) 122.2º 0.81% 0.4% -
XYZ 5.07 9.5 2.33 -
YUV 67.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 19 101 22 0.81 0 0.78 0.60 122.2 0.68 0.24
Hex 13 65 16 51 0 4E 3C 7A 44 18
Octal 23 145 26 121 0 116 74 172 104 30
Binary 10011 1100101 10110 1010001 0 1001110 111100 1111010 1000100 11000

Color Harmonies of #136516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136516

Black with #136516

Text Example


Text Example

White with #136516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136516; }

 p { color: rgb(19,101,22); }

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

background-color css

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

 a { background-color: rgb(19,101,22); }

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

border-color css

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

 span { border-color: rgb(19,101,22); }

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