#257132

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

Shades of San Felix #257132

Tints of San Felix #257132

Color information

#257132 (or 0x257132) is unknown color: approx San Felix. HEX triplet: 25, 71 and 32. RGB value is (37,113,50). Sum of RGB (Red+Green+Blue) = 37+113+50=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #257132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257132 is #DA8ECD. Grayscale: #535353. Windows color (decimal): -14323406 or 3305765. OLE color: 3305765.

HSL color Cylindrical-coordinate representation of color #257132: hue angle of 130.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257132 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB3711350-
CMYK0.6700.560.56
HSL130.26º50.67%29.41%-
HSV(B)130.26º67.26%44.31%-
XYZ7.2412.435.04-
YUV83.09109.3295.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 113 (44.53% from 255) = 56.5%
BLUE value IS 50 (19.92% from 255) = 25%
R=18.5%
G=56.5%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113500.6700.560.56130.2650.6729.41
Hex257132430383882331d
Octal4516162103070702026335
Binary1001011110001110010100001101110001110001000001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257132; }

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

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

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

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

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

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

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

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