#257936

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

Shades of San Felix #257936

Tints of San Felix #257936

Color information

#257936 (or 0x257936) is unknown color: approx San Felix. HEX triplet: 25, 79 and 36. RGB value is (37,121,54). Sum of RGB (Red+Green+Blue) = 37+121+54=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #257936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257936 is #DA86C9. Grayscale: #585858. Windows color (decimal): -14321354 or 3569957. OLE color: 3569957.

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

Color convert

RGB3712154-
CMYK0.6900.550.53
HSL132.14º53.16%30.98%-
HSV(B)132.14º69.42%47.45%-
XYZ8.2714.335.82-
YUV88.25108.6791.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 121 (47.66% from 255) = 57.08%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=17.45%
G=57.08%
B=25.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121540.6900.550.53132.1453.1630.98
Hex257936450373584351f
Octal4517166105067652046537
Binary1001011111001110110100010101101111101011000010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257936; }

 p { color: rgb(37,121,54); }

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

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

 a { background-color: rgb(37,121,54); }

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

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

 span { border-color: rgb(37,121,54); }

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