#257130

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

Shades of San Felix #257130

Tints of San Felix #257130

Color information

#257130 (or 0x257130) is unknown color: approx San Felix. HEX triplet: 25, 71 and 30. RGB value is (37,113,48). Sum of RGB (Red+Green+Blue) = 37+113+48=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #257130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257130 is #DA8ECF. Grayscale: #535353. Windows color (decimal): -14323408 or 3174693. OLE color: 3174693.

HSL color Cylindrical-coordinate representation of color #257130: hue angle of 128.68º degrees, saturation: 0.51, 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 #257130 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB3711348-
CMYK0.6700.580.56
HSL128.68º50.67%29.41%-
HSV(B)128.68º67.26%44.31%-
XYZ7.212.424.81-
YUV82.87108.3295.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 113 (44.53% from 255) = 57.07%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=18.69%
G=57.07%
B=24.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113480.6700.580.56128.6850.6729.41
Hex2571304303A3881331d
Octal4516160103072702016335
Binary1001011110001110000100001101110101110001000000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257130; }

 p { color: rgb(37,113,48); }

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

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

 a { background-color: rgb(37,113,48); }

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

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

 span { border-color: rgb(37,113,48); }

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