#257327

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

Shades of San Felix #257327

Tints of San Felix #257327

Color information

#257327 (or 0x257327) is unknown color: approx San Felix. HEX triplet: 25, 73 and 27. RGB value is (37,115,39). Sum of RGB (Red+Green+Blue) = 37+115+39=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #257327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257327 is #DA8CD8. Grayscale: #535353. Windows color (decimal): -14322905 or 2585381. OLE color: 2585381.

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

Color convert

RGB3711539-
CMYK0.6800.660.55
HSL121.54º51.32%29.8%-
HSV(B)121.54º67.83%45.1%-
XYZ7.2612.84.01-
YUV83.01103.1695.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 115 (45.31% from 255) = 60.21%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=19.37%
G=60.21%
B=20.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115390.6800.660.55121.5451.3229.8
Hex25732744042377a331e
Octal45163471040102671726336
Binary1001011110011100111100010001000010110111111101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257327; }

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

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

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

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

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

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

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

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