#256E32

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

Shades of San Felix #256E32

Tints of San Felix #256E32

Color information

#256E32 (or 0x256E32) is unknown color: approx San Felix. HEX triplet: 25, 6E and 32. RGB value is (37,110,50). Sum of RGB (Red+Green+Blue) = 37+110+50=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #256E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256E32 is #DA91CD. Grayscale: #515151. Windows color (decimal): -14324174 or 3304997. OLE color: 3304997.

HSL color Cylindrical-coordinate representation of color #256E32: hue angle of 130.68º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256E32 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB3711050-
CMYK0.6600.550.57
HSL130.68º49.66%28.82%-
HSV(B)130.68º66.36%43.14%-
XYZ6.9111.784.93-
YUV81.33110.3296.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 110 (43.36% from 255) = 55.84%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=18.78%
G=55.84%
B=25.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37110500.6600.550.57130.6849.6628.82
Hex256E32420373983321d
Octal4515662102067712036235
Binary1001011101110110010100001001101111110011000001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256E32; }

 p { color: rgb(37,110,50); }

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

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

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

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

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

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

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