Html Css Color HEX #136418 San Felix

📋 copy color: '#136418'

red 19 ◦ green 100 ◦ blue 24

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

Shades of San Felix #136418

Tints of San Felix #136418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 69.93%

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

R = 13.29%
G = 69.93%
B = 16.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#136418 (or 0x136418) is known color: San Felix. HEX triplet: 13, 64 and 18. RGB value is (19,100,24). Sum of RGB (Red+Green+Blue) = 19+100+24=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 100 (39.45% from 255 or 69.93% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 100 - color contains mainly: green. Hex color #136418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136418 is #EC9BE7. Grayscale: #434343. Windows color (decimal): -15506408 or 1598483. OLE color: 1598483.

HSL color Cylindrical-coordinate representation of color #136418: hue angle of 123.7º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136418 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 100 24 -
CMYK 0.81 0 0.76 0.61
HSL 123.7º 0.68% 0.23% -
HSV(B) 123.7º 0.81% 0.39% -
XYZ 4.99 9.32 2.4 -
YUV 67.12 103.66 93.68 -
System Red Green Blue C M Y K H S L
Decimal 19 100 24 0.81 0 0.76 0.61 123.7 0.68 0.23
Hex 13 64 18 51 0 4C 3D 7C 44 17
Octal 23 144 30 121 0 114 75 174 104 27
Binary 10011 1100100 11000 1010001 0 1001100 111101 1111100 1000100 10111

Color Harmonies of #136418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136418

Black with #136418

Text Example


Text Example

White with #136418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136418; }

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

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

background-color css

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

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

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

border-color css

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

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

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