#257222

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

Shades of San Felix #257222

Tints of San Felix #257222

Color information

#257222 (or 0x257222) is unknown color: approx San Felix. HEX triplet: 25, 72 and 22. RGB value is (37,114,34). Sum of RGB (Red+Green+Blue) = 37+114+34=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #257222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257222 is #DA8DDD. Grayscale: #525252. Windows color (decimal): -14323166 or 2257445. OLE color: 2257445.

HSL color Cylindrical-coordinate representation of color #257222: hue angle of 117.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257222 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB3711434-
CMYK0.6800.700.55
HSL117.75º54.05%29.02%-
HSV(B)117.75º70.18%44.71%-
XYZ7.0712.543.56-
YUV81.86100.9996-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 114 (44.92% from 255) = 61.62%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=20%
G=61.62%
B=18.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114340.6800.700.55117.7554.0529.02
Hex257222440463776361d
Octal45162421040106671666635
Binary1001011110010100010100010001000110110111111011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257222; }

 p { color: rgb(37,114,34); }

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

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

 a { background-color: rgb(37,114,34); }

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

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

 span { border-color: rgb(37,114,34); }

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