Html Css Color HEX #14611A San Felix

📋 copy color: '#14611A'

red 20 ◦ green 97 ◦ blue 26

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

Shades of San Felix #14611A

Tints of San Felix #14611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 67.83%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 13.99%
G = 67.83%
B = 18.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#14611A (or 0x14611A) is known color: San Felix. HEX triplet: 14, 61 and 1A. RGB value is (20,97,26). Sum of RGB (Red+Green+Blue) = 20+97+26=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #14611A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14611A is #EB9EE5. Grayscale: #424242. Windows color (decimal): -15441638 or 1728788. OLE color: 1728788.

HSL color Cylindrical-coordinate representation of color #14611A: hue angle of 124.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14611A is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 97 26 -
CMYK 0.79 0 0.73 0.62
HSL 124.68º 0.66% 0.23% -
HSV(B) 124.68º 0.79% 0.38% -
XYZ 4.75 8.77 2.42 -
YUV 65.88 105.49 95.27 -
System Red Green Blue C M Y K H S L
Decimal 20 97 26 0.79 0 0.73 0.62 124.68 0.66 0.23
Hex 14 61 1A 4F 0 49 3E 7D 42 17
Octal 24 141 32 117 0 111 76 175 102 27
Binary 10100 1100001 11010 1001111 0 1001001 111110 1111101 1000010 10111

Color Harmonies of #14611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14611A

Black with #14611A

Text Example


Text Example

White with #14611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14611A; }

 p { color: rgb(20,97,26); }

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

background-color css

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

 a { background-color: rgb(20,97,26); }

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

border-color css

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

 span { border-color: rgb(20,97,26); }

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