#14681D

Color #14681D San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #14681D

Tints of San Felix #14681D

Color information

#14681D (or 0x14681D) is unknown color: approx San Felix. HEX triplet: 14, 68 and 1D. RGB value is (20,104,29). Sum of RGB (Red+Green+Blue) = 20+104+29=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #14681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14681D is #EB97E2. Grayscale: #464646. Windows color (decimal): -15439843 or 1927188. OLE color: 1927188.

HSL color Cylindrical-coordinate representation of color #14681D: hue angle of 126.43º 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 #14681D is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB2010429-
CMYK0.8100.720.59
HSL126.43º67.74%24.31%-
HSV(B)126.43º80.77%40.78%-
XYZ5.4610.142.83-
YUV70.33104.6792.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 104 (41.02% from 255) = 67.97%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=13.07%
G=67.97%
B=18.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104290.8100.720.59126.4367.7424.31
Hex14681D510483B7e4418
Octal241503512101107317610430
Binary101001101000111011010001010010001110111111110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14681D; }

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

 H1.HeaderClassName
 {
   color: #14681D;
 }
 .AnyTagClassName
 {
   color: #14681D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #14681D;
 }
 .BgClassName
 {
   background-color: #14681D;
 }
</style>
border-color css

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

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

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