#257629

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

Shades of San Felix #257629

Tints of San Felix #257629

Color information

#257629 (or 0x257629) is unknown color: approx San Felix. HEX triplet: 25, 76 and 29. RGB value is (37,118,41). Sum of RGB (Red+Green+Blue) = 37+118+41=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #257629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257629 is #DA89D6. Grayscale: #555555. Windows color (decimal): -14322135 or 2717221. OLE color: 2717221.

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

Color convert

RGB3711841-
CMYK0.6900.650.54
HSL122.96º52.26%30.39%-
HSV(B)122.96º68.64%46.27%-
XYZ7.6413.514.3-
YUV85103.1693.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=18.88%
G=60.20%
B=20.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118410.6900.650.54122.9652.2630.39
Hex25762945041367b341e
Octal45166511050101661736436
Binary1001011110110101001100010101000001110110111101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257629; }

 p { color: rgb(37,118,41); }

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

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

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

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

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

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

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