#256920

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

Shades of San Felix #256920

Tints of San Felix #256920

Color information

#256920 (or 0x256920) is unknown color: approx San Felix. HEX triplet: 25, 69 and 20. RGB value is (37,105,32). Sum of RGB (Red+Green+Blue) = 37+105+32=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #256920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256920 is #DA96DF. Grayscale: #4C4C4C. Windows color (decimal): -14325472 or 2124069. OLE color: 2124069.

HSL color Cylindrical-coordinate representation of color #256920: hue angle of 115.89º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #256920 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB3710532-
CMYK0.6500.700.59
HSL115.89º53.28%26.86%-
HSV(B)115.89º69.52%41.18%-
XYZ6.0810.63.09-
YUV76.35102.9799.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 105 (41.41% from 255) = 60.34%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=21.26%
G=60.34%
B=18.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105320.6500.700.59115.8953.2826.86
Hex256920410463B74351b
Octal45151401010106731646533
Binary1001011101001100000100000101000110111011111010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256920; }

 p { color: rgb(37,105,32); }

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

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

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

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

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

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

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