#257127

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

Shades of San Felix #257127

Tints of San Felix #257127

Color information

#257127 (or 0x257127) is unknown color: approx San Felix. HEX triplet: 25, 71 and 27. RGB value is (37,113,39). Sum of RGB (Red+Green+Blue) = 37+113+39=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #257127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257127 is #DA8ED8. Grayscale: #525252. Windows color (decimal): -14323417 or 2584869. OLE color: 2584869.

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

Color convert

RGB3711339-
CMYK0.6700.650.56
HSL121.58º50.67%29.41%-
HSV(B)121.58º67.26%44.31%-
XYZ7.0312.353.93-
YUV81.84103.8296.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 113 (44.53% from 255) = 59.79%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=19.58%
G=59.79%
B=20.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113390.6700.650.56121.5850.6729.41
Hex25712743041387a331d
Octal45161471030101701726335
Binary1001011110001100111100001101000001111000111101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257127; }

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

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

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

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

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

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

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

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