#247325

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

Shades of San Felix #247325

Tints of San Felix #247325

Color information

#247325 (or 0x247325) is unknown color: approx San Felix. HEX triplet: 24, 73 and 25. RGB value is (36,115,37). Sum of RGB (Red+Green+Blue) = 36+115+37=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #247325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247325 is #DB8CDA. Grayscale: #525252. Windows color (decimal): -14388443 or 2454308. OLE color: 2454308.

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

Color convert

RGB3611537-
CMYK0.6900.680.55
HSL120.76º52.32%29.61%-
HSV(B)120.76º68.7%45.1%-
XYZ7.1912.773.84-
YUV82.49102.3394.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 115 (45.31% from 255) = 61.17%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=19.15%
G=61.17%
B=19.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36115370.6900.680.55120.7652.3229.61
Hex247325450443779341e
Octal44163451050104671716436
Binary1001001110011100101100010101000100110111111100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247325; }

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

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

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

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

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

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

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

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