#247332

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

Shades of San Felix #247332

Tints of San Felix #247332

Color information

#247332 (or 0x247332) is unknown color: approx San Felix. HEX triplet: 24, 73 and 32. RGB value is (36,115,50). Sum of RGB (Red+Green+Blue) = 36+115+50=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #247332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247332 is #DB8CCD. Grayscale: #545454. Windows color (decimal): -14388430 or 3306276. OLE color: 3306276.

HSL color Cylindrical-coordinate representation of color #247332: hue angle of 130.63º 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 #247332 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB3611550-
CMYK0.6900.570.55
HSL130.63º52.32%29.61%-
HSV(B)130.63º68.7%45.1%-
XYZ7.4312.875.11-
YUV83.97108.8393.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=17.91%
G=57.21%
B=24.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36115500.6900.570.55130.6352.3229.61
Hex247332450393783341e
Octal4416362105071672036436
Binary1001001110011110010100010101110011101111000001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247332; }

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

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

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

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

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

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

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

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