Html Css Color HEX #146819 San Felix

📋 copy color: '#146819'

red 20 ◦ green 104 ◦ blue 25

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

Shades of San Felix #146819

Tints of San Felix #146819

RGB

 RED value IS 20 (8.2% from 255) = 13.42%

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

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

R = 13.42%
G = 69.8%
B = 16.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#146819 (or 0x146819) is known color: San Felix. HEX triplet: 14, 68 and 19. RGB value is (20,104,25). Sum of RGB (Red+Green+Blue) = 20+104+25=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #146819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146819 is #EB97E6. Grayscale: #464646. Windows color (decimal): -15439847 or 1665044. OLE color: 1665044.

HSL color Cylindrical-coordinate representation of color #146819: hue angle of 123.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146819 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 25 -
CMYK 0.81 0 0.76 0.59
HSL 123.57º 0.68% 0.24% -
HSV(B) 123.57º 0.81% 0.41% -
XYZ 5.41 10.12 2.59 -
YUV 69.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 20 104 25 0.81 0 0.76 0.59 123.57 0.68 0.24
Hex 14 68 19 51 0 4C 3B 7C 44 18
Octal 24 150 31 121 0 114 73 174 104 30
Binary 10100 1101000 11001 1010001 0 1001100 111011 1111100 1000100 11000

Color Harmonies of #146819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146819

Black with #146819

Text Example


Text Example

White with #146819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146819; }

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

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

background-color css

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

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

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

border-color css

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

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

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