#247525

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

Shades of San Felix #247525

Tints of San Felix #247525

Color information

#247525 (or 0x247525) is unknown color: approx San Felix. HEX triplet: 24, 75 and 25. RGB value is (36,117,37). Sum of RGB (Red+Green+Blue) = 36+117+37=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #247525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247525 is #DB8ADA. Grayscale: #535353. Windows color (decimal): -14387931 or 2454820. OLE color: 2454820.

HSL color Cylindrical-coordinate representation of color #247525: hue angle of 120.74º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247525 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB3611737-
CMYK0.6900.680.54
HSL120.74º52.94%30%-
HSV(B)120.74º69.23%45.88%-
XYZ7.4213.233.91-
YUV83.66101.6694-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 117 (46.09% from 255) = 61.58%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=18.95%
G=61.58%
B=19.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36117370.6900.680.54120.7452.9430
Hex247525450443679351e
Octal44165451050104661716536
Binary1001001110101100101100010101000100110110111100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247525; }

 p { color: rgb(36,117,37); }

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

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

 a { background-color: rgb(36,117,37); }

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

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

 span { border-color: rgb(36,117,37); }

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