#257332

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

Shades of San Felix #257332

Tints of San Felix #257332

Color information

#257332 (or 0x257332) is unknown color: approx San Felix. HEX triplet: 25, 73 and 32. RGB value is (37,115,50). Sum of RGB (Red+Green+Blue) = 37+115+50=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #257332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257332 is #DA8CCD. Grayscale: #545454. Windows color (decimal): -14322894 or 3306277. OLE color: 3306277.

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

Color convert

RGB3711550-
CMYK0.6800.570.55
HSL130º51.32%29.8%-
HSV(B)130º67.83%45.1%-
XYZ7.4712.895.11-
YUV84.27108.6694.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 115 (45.31% from 255) = 56.93%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=18.32%
G=56.93%
B=24.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115500.6800.570.5513051.3229.8
Hex257332440393782331e
Octal4516362104071672026336
Binary1001011110011110010100010001110011101111000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257332; }

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

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

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

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

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

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

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

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