#15641B

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

Shades of San Felix #15641B

Tints of San Felix #15641B

Color information

#15641B (or 0x15641B) is unknown color: approx San Felix. HEX triplet: 15, 64 and 1B. RGB value is (21,100,27). Sum of RGB (Red+Green+Blue) = 21+100+27=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #15641B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15641B is #EA9BE4. Grayscale: #444444. Windows color (decimal): -15375333 or 1795093. OLE color: 1795093.

HSL color Cylindrical-coordinate representation of color #15641B: hue angle of 124.56º 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 #15641B is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB2110027-
CMYK0.7900.730.61
HSL124.56º65.29%23.73%-
HSV(B)124.56º79%39.22%-
XYZ5.069.352.58-
YUV68.06104.8394.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 100 (39.45% from 255) = 67.57%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=14.19%
G=67.57%
B=18.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21100270.7900.730.61124.5665.2923.73
Hex15641B4F0493D7d4118
Octal251443311701117517510130
Binary101011100100110111001111010010011111011111101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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