Html Css Color HEX #136318 San Felix

📋 copy color: '#136318'

red 19 ◦ green 99 ◦ blue 24

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

Shades of San Felix #136318

Tints of San Felix #136318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 69.72%

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

R = 13.38%
G = 69.72%
B = 16.9%

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

#136318 (or 0x136318) is known color: San Felix. HEX triplet: 13, 63 and 18. RGB value is (19,99,24). Sum of RGB (Red+Green+Blue) = 19+99+24=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #136318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136318 is #EC9CE7. Grayscale: #424242. Windows color (decimal): -15506664 or 1598227. OLE color: 1598227.

HSL color Cylindrical-coordinate representation of color #136318: hue angle of 123.75º 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 #136318 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 24 -
CMYK 0.81 0 0.76 0.61
HSL 123.75º 0.68% 0.23% -
HSV(B) 123.75º 0.81% 0.39% -
XYZ 4.9 9.13 2.37 -
YUV 66.53 104 94.1 -
System Red Green Blue C M Y K H S L
Decimal 19 99 24 0.81 0 0.76 0.61 123.75 0.68 0.23
Hex 13 63 18 51 0 4C 3D 7C 44 17
Octal 23 143 30 121 0 114 75 174 104 27
Binary 10011 1100011 11000 1010001 0 1001100 111101 1111100 1000100 10111

Color Harmonies of #136318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136318

Black with #136318

Text Example


Text Example

White with #136318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136318; }

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

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

background-color css

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

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

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

border-color css

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

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

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