Html Css Color HEX #136719 San Felix

📋 copy color: '#136719'

red 19 ◦ green 103 ◦ blue 25

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

Shades of San Felix #136719

Tints of San Felix #136719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 70.07%

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

R = 12.93%
G = 70.07%
B = 17.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#136719 (or 0x136719) is known color: San Felix. HEX triplet: 13, 67 and 19. RGB value is (19,103,25). Sum of RGB (Red+Green+Blue) = 19+103+25=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #136719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136719 is #EC98E6. Grayscale: #454545. Windows color (decimal): -15505639 or 1664787. OLE color: 1664787.

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

Color convert

RGB 19 103 25 -
CMYK 0.82 0 0.76 0.60
HSL 124.29º 0.69% 0.24% -
HSV(B) 124.29º 0.82% 0.4% -
XYZ 5.29 9.91 2.55 -
YUV 68.99 103.17 92.34 -
System Red Green Blue C M Y K H S L
Decimal 19 103 25 0.82 0 0.76 0.60 124.29 0.69 0.24
Hex 13 67 19 52 0 4C 3C 7C 45 18
Octal 23 147 31 122 0 114 74 174 105 30
Binary 10011 1100111 11001 1010010 0 1001100 111100 1111100 1000101 11000

Color Harmonies of #136719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136719

Black with #136719

Text Example


Text Example

White with #136719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136719; }

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

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

background-color css

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

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

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

border-color css

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

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

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