#257335

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

Shades of San Felix #257335

Tints of San Felix #257335

Color information

#257335 (or 0x257335) is unknown color: approx San Felix. HEX triplet: 25, 73 and 35. RGB value is (37,115,53). Sum of RGB (Red+Green+Blue) = 37+115+53=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #257335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257335 is #DA8CCA. Grayscale: #545454. Windows color (decimal): -14322891 or 3502885. OLE color: 3502885.

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

Color convert

RGB3711553-
CMYK0.6800.540.55
HSL132.31º51.32%29.8%-
HSV(B)132.31º67.83%45.1%-
XYZ7.5412.915.46-
YUV84.61110.1694.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 115 (45.31% from 255) = 56.10%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=18.05%
G=56.10%
B=25.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115530.6800.540.55132.3151.3229.8
Hex257335440363784331e
Octal4516365104066672046336
Binary1001011110011110101100010001101101101111000010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257335; }

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

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

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

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

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

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

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

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