Html Css Color HEX #136819 San Felix

📋 copy color: '#136819'

red 19 ◦ green 104 ◦ blue 25

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

Shades of San Felix #136819

Tints of San Felix #136819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.89%

R = 12.84%
G = 70.27%
B = 16.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#136819 (or 0x136819) is known color: San Felix. HEX triplet: 13, 68 and 19. RGB value is (19,104,25). Sum of RGB (Red+Green+Blue) = 19+104+25=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 104 (41.02% from 255 or 70.27% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 104 - color contains mainly: green. Hex color #136819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136819 is #EC97E6. Grayscale: #454545. Windows color (decimal): -15505383 or 1665043. OLE color: 1665043.

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

Color convert

RGB 19 104 25 -
CMYK 0.82 0 0.76 0.59
HSL 124.24º 0.69% 0.24% -
HSV(B) 124.24º 0.82% 0.41% -
XYZ 5.39 10.11 2.59 -
YUV 69.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 19 104 25 0.82 0 0.76 0.59 124.24 0.69 0.24
Hex 13 68 19 52 0 4C 3B 7C 45 18
Octal 23 150 31 122 0 114 73 174 105 30
Binary 10011 1101000 11001 1010010 0 1001100 111011 1111100 1000101 11000

Color Harmonies of #136819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136819

Black with #136819

Text Example


Text Example

White with #136819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136819; }

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

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

background-color css

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

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

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

border-color css

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

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

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