#15651A

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

Shades of San Felix #15651A

Tints of San Felix #15651A

Color information

#15651A (or 0x15651A) is unknown color: approx San Felix. HEX triplet: 15, 65 and 1A. RGB value is (21,101,26). Sum of RGB (Red+Green+Blue) = 21+101+26=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #15651A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15651A is #EA9AE5. Grayscale: #444444. Windows color (decimal): -15375078 or 1729813. OLE color: 1729813.

HSL color Cylindrical-coordinate representation of color #15651A: hue angle of 123.75º 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 #15651A is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB2110126-
CMYK0.7900.740.60
HSL123.75º65.57%23.92%-
HSV(B)123.75º79.21%39.61%-
XYZ5.159.542.55-
YUV68.5310494.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 101 (39.84% from 255) = 68.24%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=14.19%
G=68.24%
B=17.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101260.7900.740.60123.7565.5723.92
Hex15651A4F04A3C7c4218
Octal251453211701127417410230
Binary101011100101110101001111010010101111001111100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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