#256D18

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

Shades of San Felix #256D18

Tints of San Felix #256D18

Color information

#256D18 (or 0x256D18) is unknown color: approx San Felix. HEX triplet: 25, 6D and 18. RGB value is (37,109,24). Sum of RGB (Red+Green+Blue) = 37+109+24=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 109 (42.97% from 255 or 64.12% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 109 - color contains mainly: green. Hex color #256D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256D18 is #DA92E7. Grayscale: #4E4E4E. Windows color (decimal): -14324456 or 1600805. OLE color: 1600805.

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

Color convert

RGB3710924-
CMYK0.6600.780.57
HSL110.82º63.91%26.08%-
HSV(B)110.82º77.98%42.75%-
XYZ6.411.42.73-
YUV77.7897.6598.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 109 (42.97% from 255) = 64.12%
BLUE value IS 24 (9.77% from 255) = 14.12%
R=21.76%
G=64.12%
B=14.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37109240.6600.780.57110.8263.9126.08
Hex256D184204E396f401a
Octal451553010201167115710032
Binary1001011101101110001000010010011101110011101111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,109,24); }

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

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

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

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

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

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

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