Html Css Color HEX #136619 San Felix

📋 copy color: '#136619'

red 19 ◦ green 102 ◦ blue 25

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

Shades of San Felix #136619

Tints of San Felix #136619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 69.86%

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

R = 13.01%
G = 69.86%
B = 17.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#136619 (or 0x136619) is known color: San Felix. HEX triplet: 13, 66 and 19. RGB value is (19,102,25). Sum of RGB (Red+Green+Blue) = 19+102+25=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 102 (40.23% from 255 or 69.86% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 102 - color contains mainly: green. Hex color #136619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136619 is #EC99E6. Grayscale: #444444. Windows color (decimal): -15505895 or 1664531. OLE color: 1664531.

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

Color convert

RGB 19 102 25 -
CMYK 0.81 0 0.75 0.6
HSL 124.34º 0.69% 0.24% -
HSV(B) 124.34º 0.81% 0.4% -
XYZ 5.2 9.71 2.52 -
YUV 68.41 103.5 92.76 -
System Red Green Blue C M Y K H S L
Decimal 19 102 25 0.81 0 0.75 0.6 124.34 0.69 0.24
Hex 13 66 19 51 0 4B 3C 7C 45 18
Octal 23 146 31 121 0 113 74 174 105 30
Binary 10011 1100110 11001 1010001 0 1001011 111100 1111100 1000101 11000

Color Harmonies of #136619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136619

Black with #136619

Text Example


Text Example

White with #136619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136619; }

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

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

background-color css

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

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

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

border-color css

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

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

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