Html Css Color HEX #136919 San Felix

📋 copy color: '#136919'

red 19 ◦ green 105 ◦ blue 25

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

Shades of San Felix #136919

Tints of San Felix #136919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 70.47%

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

R = 12.75%
G = 70.47%
B = 16.78%

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

#136919 (or 0x136919) is known color: San Felix. HEX triplet: 13, 69 and 19. RGB value is (19,105,25). Sum of RGB (Red+Green+Blue) = 19+105+25=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 105 (41.41% from 255 or 70.47% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 105 - color contains mainly: green. Hex color #136919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136919 is #EC96E6. Grayscale: #464646. Windows color (decimal): -15505127 or 1665299. OLE color: 1665299.

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

Color convert

RGB 19 105 25 -
CMYK 0.82 0 0.76 0.59
HSL 124.19º 0.69% 0.24% -
HSV(B) 124.19º 0.82% 0.41% -
XYZ 5.5 10.31 2.62 -
YUV 70.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 19 105 25 0.82 0 0.76 0.59 124.19 0.69 0.24
Hex 13 69 19 52 0 4C 3B 7C 45 18
Octal 23 151 31 122 0 114 73 174 105 30
Binary 10011 1101001 11001 1010010 0 1001100 111011 1111100 1000101 11000

Color Harmonies of #136919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136919

Black with #136919

Text Example


Text Example

White with #136919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136919; }

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

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

background-color css

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

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

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

border-color css

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

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

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