#15621A

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

Shades of San Felix #15621A

Tints of San Felix #15621A

Color information

#15621A (or 0x15621A) is unknown color: approx San Felix. HEX triplet: 15, 62 and 1A. RGB value is (21,98,26). Sum of RGB (Red+Green+Blue) = 21+98+26=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 98 (38.67% from 255 or 67.59% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 98 - color contains mainly: green. Hex color #15621A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15621A is #EA9DE5. Grayscale: #424242. Windows color (decimal): -15375846 or 1729045. OLE color: 1729045.

HSL color Cylindrical-coordinate representation of color #15621A: hue angle of 123.9º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15621A is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB219826-
CMYK0.7900.730.62
HSL123.9º64.71%23.33%-
HSV(B)123.9º78.57%38.43%-
XYZ4.868.972.45-
YUV66.77104.9995.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 98 (38.67% from 255) = 67.59%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=14.48%
G=67.59%
B=17.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198260.7900.730.62123.964.7123.33
Hex15621A4F0493E7c4117
Octal251423211701117617410127
Binary101011100010110101001111010010011111101111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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