Html Css Color HEX #136818 San Felix

📋 copy color: '#136818'

red 19 ◦ green 104 ◦ blue 24

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

Shades of San Felix #136818

Tints of San Felix #136818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 70.75%

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

R = 12.93%
G = 70.75%
B = 16.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#136818 (or 0x136818) is known color: San Felix. HEX triplet: 13, 68 and 18. RGB value is (19,104,24). Sum of RGB (Red+Green+Blue) = 19+104+24=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #136818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136818 is #EC97E7. Grayscale: #454545. Windows color (decimal): -15505384 or 1599507. OLE color: 1599507.

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

Color convert

RGB 19 104 24 -
CMYK 0.82 0 0.77 0.59
HSL 123.53º 0.69% 0.24% -
HSV(B) 123.53º 0.82% 0.41% -
XYZ 5.38 10.11 2.53 -
YUV 69.47 102.34 92 -
System Red Green Blue C M Y K H S L
Decimal 19 104 24 0.82 0 0.77 0.59 123.53 0.69 0.24
Hex 13 68 18 52 0 4D 3B 7C 45 18
Octal 23 150 30 122 0 115 73 174 105 30
Binary 10011 1101000 11000 1010010 0 1001101 111011 1111100 1000101 11000

Color Harmonies of #136818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136818

Black with #136818

Text Example


Text Example

White with #136818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136818; }

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

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

background-color css

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

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

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

border-color css

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

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

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