Html Css Color HEX #136718 San Felix

📋 copy color: '#136718'

red 19 ◦ green 103 ◦ blue 24

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

Shades of San Felix #136718

Tints of San Felix #136718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 70.55%

 BLUE value IS 24 (9.77% from 255) = 16.44%

R = 13.01%
G = 70.55%
B = 16.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#136718 (or 0x136718) is known color: San Felix. HEX triplet: 13, 67 and 18. RGB value is (19,103,24). Sum of RGB (Red+Green+Blue) = 19+103+24=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 103 (40.62% from 255 or 70.55% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 103 - color contains mainly: green. Hex color #136718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136718 is #EC98E7. Grayscale: #454545. Windows color (decimal): -15505640 or 1599251. OLE color: 1599251.

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

Color convert

RGB 19 103 24 -
CMYK 0.82 0 0.77 0.60
HSL 123.57º 0.69% 0.24% -
HSV(B) 123.57º 0.82% 0.4% -
XYZ 5.28 9.9 2.5 -
YUV 68.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 19 103 24 0.82 0 0.77 0.60 123.57 0.69 0.24
Hex 13 67 18 52 0 4D 3C 7C 45 18
Octal 23 147 30 122 0 115 74 174 105 30
Binary 10011 1100111 11000 1010010 0 1001101 111100 1111100 1000101 11000

Color Harmonies of #136718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136718

Black with #136718

Text Example


Text Example

White with #136718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136718; }

 p { color: rgb(19,103,24); }

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

background-color css

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

 a { background-color: rgb(19,103,24); }

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

border-color css

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

 span { border-color: rgb(19,103,24); }

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