#1A6417

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

Shades of San Felix #1A6417

Tints of San Felix #1A6417

Color information

#1A6417 (or 0x1A6417) is unknown color: approx San Felix. HEX triplet: 1A, 64 and 17. RGB value is (26,100,23). Sum of RGB (Red+Green+Blue) = 26+100+23=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #1A6417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6417 is #E59BE8. Grayscale: #454545. Windows color (decimal): -15047657 or 1532954. OLE color: 1532954.

HSL color Cylindrical-coordinate representation of color #1A6417: hue angle of 117.66º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6417 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB2610023-
CMYK0.7400.770.61
HSL117.66º62.6%24.12%-
HSV(B)117.66º77%39.22%-
XYZ5.149.42.35-
YUV69.1101.9897.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.45%
GREEN value IS 100 (39.45% from 255) = 67.11%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=17.45%
G=67.11%
B=15.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal26100230.7400.770.61117.6662.624.12
Hex1A64174A04D3D763f18
Octal32144271120115751667730
Binary11010110010010111100101001001101111101111011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6417; }

 p { color: rgb(26,100,23); }

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

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

 a { background-color: rgb(26,100,23); }

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

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

 span { border-color: rgb(26,100,23); }

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