#15661A

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

Shades of San Felix #15661A

Tints of San Felix #15661A

Color information

#15661A (or 0x15661A) is unknown color: approx San Felix. HEX triplet: 15, 66 and 1A. RGB value is (21,102,26). Sum of RGB (Red+Green+Blue) = 21+102+26=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 102 (40.23% from 255 or 68.46% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 102 - color contains mainly: green. Hex color #15661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15661A is #EA99E5. Grayscale: #454545. Windows color (decimal): -15374822 or 1730069. OLE color: 1730069.

HSL color Cylindrical-coordinate representation of color #15661A: hue angle of 123.7º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15661A is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB2110226-
CMYK0.7900.750.6
HSL123.7º65.85%24.12%-
HSV(B)123.7º79.41%40%-
XYZ5.259.742.58-
YUV69.12103.6693.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 102 (40.23% from 255) = 68.46%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=14.09%
G=68.46%
B=17.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102260.7900.750.6123.765.8524.12
Hex15661A4F04B3C7c4218
Octal251463211701137417410230
Binary101011100110110101001111010010111111001111100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,102,26); }

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

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

 a { background-color: rgb(21,102,26); }

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

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

 span { border-color: rgb(21,102,26); }

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