#15691C

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

Shades of San Felix #15691C

Tints of San Felix #15691C

Color information

#15691C (or 0x15691C) is unknown color: approx San Felix. HEX triplet: 15, 69 and 1C. RGB value is (21,105,28). Sum of RGB (Red+Green+Blue) = 21+105+28=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #15691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15691C is #EA96E3. Grayscale: #474747. Windows color (decimal): -15374052 or 1861909. OLE color: 1861909.

HSL color Cylindrical-coordinate representation of color #15691C: hue angle of 125º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15691C is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB2110528-
CMYK0.8000.730.59
HSL125º66.67%24.71%-
HSV(B)125º80%41.18%-
XYZ5.5710.352.8-
YUV71.11103.6792.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 105 (41.41% from 255) = 68.18%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=13.64%
G=68.18%
B=18.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21105280.8000.730.5912566.6724.71
Hex15691C500493B7d4319
Octal251513412001117317510331
Binary101011101001111001010000010010011110111111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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