#257232

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

Shades of San Felix #257232

Tints of San Felix #257232

Color information

#257232 (or 0x257232) is unknown color: approx San Felix. HEX triplet: 25, 72 and 32. RGB value is (37,114,50). Sum of RGB (Red+Green+Blue) = 37+114+50=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #257232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257232 is #DA8DCD. Grayscale: #535353. Windows color (decimal): -14323150 or 3306021. OLE color: 3306021.

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

Color convert

RGB3711450-
CMYK0.6800.560.55
HSL130.13º50.99%29.61%-
HSV(B)130.13º67.54%44.71%-
XYZ7.3612.665.07-
YUV83.68108.9994.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=18.41%
G=56.72%
B=24.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114500.6800.560.55130.1350.9929.61
Hex257232440383782331e
Octal4516262104070672026336
Binary1001011110010110010100010001110001101111000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257232; }

 p { color: rgb(37,114,50); }

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

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

 a { background-color: rgb(37,114,50); }

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

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

 span { border-color: rgb(37,114,50); }

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