Html Css Color HEX #146719 San Felix

📋 copy color: '#146719'

red 20 ◦ green 103 ◦ blue 25

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

Shades of San Felix #146719

Tints of San Felix #146719

RGB

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

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

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

R = 13.51%
G = 69.59%
B = 16.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#146719 (or 0x146719) is known color: San Felix. HEX triplet: 14, 67 and 19. RGB value is (20,103,25). Sum of RGB (Red+Green+Blue) = 20+103+25=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 103 (40.62% from 255 or 69.59% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 103 - color contains mainly: green. Hex color #146719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146719 is #EB98E6. Grayscale: #454545. Windows color (decimal): -15440103 or 1664788. OLE color: 1664788.

HSL color Cylindrical-coordinate representation of color #146719: hue angle of 123.61º degrees, saturation: 0.67, 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 #146719 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 103 25 -
CMYK 0.81 0 0.76 0.60
HSL 123.61º 0.67% 0.24% -
HSV(B) 123.61º 0.81% 0.4% -
XYZ 5.31 9.92 2.55 -
YUV 69.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 20 103 25 0.81 0 0.76 0.60 123.61 0.67 0.24
Hex 14 67 19 51 0 4C 3C 7C 43 18
Octal 24 147 31 121 0 114 74 174 103 30
Binary 10100 1100111 11001 1010001 0 1001100 111100 1111100 1000011 11000

Color Harmonies of #146719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146719

Black with #146719

Text Example


Text Example

White with #146719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146719; }

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

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

background-color css

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

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

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

border-color css

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

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

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