#257735

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

Shades of San Felix #257735

Tints of San Felix #257735

Color information

#257735 (or 0x257735) is unknown color: approx San Felix. HEX triplet: 25, 77 and 35. RGB value is (37,119,53). Sum of RGB (Red+Green+Blue) = 37+119+53=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #257735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257735 is #DA88CA. Grayscale: #575757. Windows color (decimal): -14321867 or 3503909. OLE color: 3503909.

HSL color Cylindrical-coordinate representation of color #257735: hue angle of 131.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257735 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB3711953-
CMYK0.6900.550.53
HSL131.71º52.56%30.59%-
HSV(B)131.71º68.91%46.67%-
XYZ813.845.62-
YUV86.96108.8392.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 119 (46.88% from 255) = 56.94%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=17.70%
G=56.94%
B=25.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37119530.6900.550.53131.7152.5630.59
Hex257735450373584351f
Octal4516765105067652046537
Binary1001011110111110101100010101101111101011000010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257735; }

 p { color: rgb(37,119,53); }

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

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

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

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

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

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

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