#257325

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

Shades of San Felix #257325

Tints of San Felix #257325

Color information

#257325 (or 0x257325) is unknown color: approx San Felix. HEX triplet: 25, 73 and 25. RGB value is (37,115,37). Sum of RGB (Red+Green+Blue) = 37+115+37=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #257325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257325 is #DA8CDA. Grayscale: #535353. Windows color (decimal): -14322907 or 2454309. OLE color: 2454309.

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

Color convert

RGB3711537-
CMYK0.6800.680.55
HSL120º51.32%29.8%-
HSV(B)120º67.83%45.1%-
XYZ7.2312.793.84-
YUV82.79102.1695.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 115 (45.31% from 255) = 60.85%
BLUE value IS 37 (14.84% from 255) = 19.58%
R=19.58%
G=60.85%
B=19.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115370.6800.680.5512051.3229.8
Hex257325440443778331e
Octal45163451040104671706336
Binary1001011110011100101100010001000100110111111100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257325; }

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

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

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

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

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

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

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

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