#257734

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

Shades of San Felix #257734

Tints of San Felix #257734

Color information

#257734 (or 0x257734) is unknown color: approx San Felix. HEX triplet: 25, 77 and 34. RGB value is (37,119,52). Sum of RGB (Red+Green+Blue) = 37+119+52=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #257734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257734 is #DA88CB. Grayscale: #575757. Windows color (decimal): -14321868 or 3438373. OLE color: 3438373.

HSL color Cylindrical-coordinate representation of color #257734: hue angle of 130.98º 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 #257734 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB3711952-
CMYK0.6900.560.53
HSL130.98º52.56%30.59%-
HSV(B)130.98º68.91%46.67%-
XYZ7.9813.835.5-
YUV86.84108.3392.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 119 (46.88% from 255) = 57.21%
BLUE value IS 52 (20.70% from 255) = 25%
R=17.79%
G=57.21%
B=25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37119520.6900.560.53130.9852.5630.59
Hex257734450383583351f
Octal4516764105070652036537
Binary1001011110111110100100010101110001101011000001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257734; }

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

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

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

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

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

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

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

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