#257329

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

Shades of San Felix #257329

Tints of San Felix #257329

Color information

#257329 (or 0x257329) is unknown color: approx San Felix. HEX triplet: 25, 73 and 29. RGB value is (37,115,41). Sum of RGB (Red+Green+Blue) = 37+115+41=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #257329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257329 is #DA8CD6. Grayscale: #535353. Windows color (decimal): -14322903 or 2716453. OLE color: 2716453.

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

Color convert

RGB3711541-
CMYK0.6800.640.55
HSL123.08º51.32%29.8%-
HSV(B)123.08º67.83%45.1%-
XYZ7.2912.814.19-
YUV83.24104.1695.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 115 (45.31% from 255) = 59.59%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=19.17%
G=59.59%
B=21.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115410.6800.640.55123.0851.3229.8
Hex25732944040377b331e
Octal45163511040100671736336
Binary1001011110011101001100010001000000110111111101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257329; }

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

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

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

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

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

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

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

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