#257121

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

Shades of San Felix #257121

Tints of San Felix #257121

Color information

#257121 (or 0x257121) is unknown color: approx San Felix. HEX triplet: 25, 71 and 21. RGB value is (37,113,33). Sum of RGB (Red+Green+Blue) = 37+113+33=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #257121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257121 is #DA8EDE. Grayscale: #515151. Windows color (decimal): -14323423 or 2191653. OLE color: 2191653.

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

Color convert

RGB3711333-
CMYK0.6700.710.56
HSL117º54.79%28.63%-
HSV(B)117º70.8%44.31%-
XYZ6.9412.313.45-
YUV81.16100.8296.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 113 (44.53% from 255) = 61.75%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=20.22%
G=61.75%
B=18.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113330.6700.710.5611754.7928.63
Hex257121430473875371d
Octal45161411030107701656735
Binary1001011110001100001100001101000111111000111010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257121; }

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

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

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

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

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

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

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

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