#256225

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

Shades of San Felix #256225

Tints of San Felix #256225

Color information

#256225 (or 0x256225) is unknown color: approx San Felix. HEX triplet: 25, 62 and 25. RGB value is (37,98,37). Sum of RGB (Red+Green+Blue) = 37+98+37=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #256225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256225 is #DA9DDA. Grayscale: #484848. Windows color (decimal): -14327259 or 2449957. OLE color: 2449957.

HSL color Cylindrical-coordinate representation of color #256225: hue angle of 120º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #256225 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB379837-
CMYK0.6200.620.62
HSL120º45.19%26.47%-
HSV(B)120º62.24%38.43%-
XYZ5.469.263.25-
YUV72.81107.79102.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 37 (14.84% from 255) = 21.51%
R=21.51%
G=56.98%
B=21.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3798370.6200.620.6212045.1926.47
Hex2562253E03E3E782d1a
Octal451424576076761705532
Binary10010111000101001011111100111110111110111100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256225; }

 p { color: rgb(37,98,37); }

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

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

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

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

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

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

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