#257528

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

Shades of San Felix #257528

Tints of San Felix #257528

Color information

#257528 (or 0x257528) is unknown color: approx San Felix. HEX triplet: 25, 75 and 28. RGB value is (37,117,40). Sum of RGB (Red+Green+Blue) = 37+117+40=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #257528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257528 is #DA8AD7. Grayscale: #545454. Windows color (decimal): -14322392 or 2651429. OLE color: 2651429.

HSL color Cylindrical-coordinate representation of color #257528: hue angle of 122.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257528 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB3711740-
CMYK0.6800.660.54
HSL122.25º51.95%30.2%-
HSV(B)122.25º68.38%45.88%-
XYZ7.5113.274.17-
YUV84.310394.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=19.07%
G=60.31%
B=20.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37117400.6800.660.54122.2551.9530.2
Hex25752844042367a341e
Octal45165501040102661726436
Binary1001011110101101000100010001000010110110111101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257528; }

 p { color: rgb(37,117,40); }

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

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

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

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

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

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

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