#257026

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

Shades of San Felix #257026

Tints of San Felix #257026

Color information

#257026 (or 0x257026) is unknown color: approx San Felix. HEX triplet: 25, 70 and 26. RGB value is (37,112,38). Sum of RGB (Red+Green+Blue) = 37+112+38=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #257026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257026 is #DA8FD9. Grayscale: #515151. Windows color (decimal): -14323674 or 2519077. OLE color: 2519077.

HSL color Cylindrical-coordinate representation of color #257026: hue angle of 120.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257026 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB3711238-
CMYK0.6700.660.56
HSL120.8º50.34%29.22%-
HSV(B)120.8º66.96%43.92%-
XYZ6.9112.123.81-
YUV81.14103.6596.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 112 (44.14% from 255) = 59.89%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=19.79%
G=59.89%
B=20.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37112380.6700.660.56120.850.3429.22
Hex257026430423879321d
Octal45160461030102701716235
Binary1001011110000100110100001101000010111000111100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257026; }

 p { color: rgb(37,112,38); }

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

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

 a { background-color: rgb(37,112,38); }

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

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

 span { border-color: rgb(37,112,38); }

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