#15611B

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

Shades of San Felix #15611B

Tints of San Felix #15611B

Color information

#15611B (or 0x15611B) is unknown color: approx San Felix. HEX triplet: 15, 61 and 1B. RGB value is (21,97,27). Sum of RGB (Red+Green+Blue) = 21+97+27=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #15611B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15611B is #EA9EE4. Grayscale: #424242. Windows color (decimal): -15376101 or 1794325. OLE color: 1794325.

HSL color Cylindrical-coordinate representation of color #15611B: hue angle of 124.74º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15611B is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB219727-
CMYK0.7800.720.62
HSL124.74º64.41%23.14%-
HSV(B)124.74º78.35%38.04%-
XYZ4.788.792.48-
YUV66.3105.8295.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 97 (38.28% from 255) = 66.90%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=14.48%
G=66.90%
B=18.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197270.7800.720.62124.7464.4123.14
Hex15611B4E0483E7d4017
Octal251413311601107617510027
Binary101011100001110111001110010010001111101111101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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