#257226

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

Shades of San Felix #257226

Tints of San Felix #257226

Color information

#257226 (or 0x257226) is unknown color: approx San Felix. HEX triplet: 25, 72 and 26. RGB value is (37,114,38). Sum of RGB (Red+Green+Blue) = 37+114+38=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #257226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257226 is #DA8DD9. Grayscale: #525252. Windows color (decimal): -14323162 or 2519589. OLE color: 2519589.

HSL color Cylindrical-coordinate representation of color #257226: hue angle of 120.78º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257226 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB3711438-
CMYK0.6800.670.55
HSL120.78º50.99%29.61%-
HSV(B)120.78º67.54%44.71%-
XYZ7.1312.573.88-
YUV82.31102.9995.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 114 (44.92% from 255) = 60.32%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=19.58%
G=60.32%
B=20.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114380.6800.670.55120.7850.9929.61
Hex257226440433779331e
Octal45162461040103671716336
Binary1001011110010100110100010001000011110111111100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257226; }

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

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

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

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

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

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

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

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