#15641C

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

Shades of San Felix #15641C

Tints of San Felix #15641C

Color information

#15641C (or 0x15641C) is unknown color: approx San Felix. HEX triplet: 15, 64 and 1C. RGB value is (21,100,28). Sum of RGB (Red+Green+Blue) = 21+100+28=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #15641C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15641C is #EA9BE3. Grayscale: #444444. Windows color (decimal): -15375332 or 1860629. OLE color: 1860629.

HSL color Cylindrical-coordinate representation of color #15641C: hue angle of 125.32º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15641C is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB2110028-
CMYK0.7900.720.61
HSL125.32º65.29%23.73%-
HSV(B)125.32º79%39.22%-
XYZ5.089.362.64-
YUV68.17105.3394.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 100 (39.45% from 255) = 67.11%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=14.09%
G=67.11%
B=18.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21100280.7900.720.61125.3265.2923.73
Hex15641C4F0483D7d4118
Octal251443411701107517510130
Binary101011100100111001001111010010001111011111101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15641C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15641C; }

 p { color: rgb(21,100,28); }

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

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

 a { background-color: rgb(21,100,28); }

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

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

 span { border-color: rgb(21,100,28); }

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