#256D1C

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

Shades of San Felix #256D1C

Tints of San Felix #256D1C

Color information

#256D1C (or 0x256D1C) is unknown color: approx San Felix. HEX triplet: 25, 6D and 1C. RGB value is (37,109,28). Sum of RGB (Red+Green+Blue) = 37+109+28=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 109 (42.97% from 255 or 62.64% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 109 - color contains mainly: green. Hex color #256D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256D1C is #DA92E3. Grayscale: #4E4E4E. Windows color (decimal): -14324452 or 1862949. OLE color: 1862949.

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

Color convert

RGB3710928-
CMYK0.6600.740.57
HSL113.33º59.12%26.86%-
HSV(B)113.33º74.31%42.75%-
XYZ6.4411.412.96-
YUV78.2499.6598.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 109 (42.97% from 255) = 62.64%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=21.26%
G=62.64%
B=16.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37109280.6600.740.57113.3359.1226.86
Hex256D1C4204A39713b1b
Octal45155341020112711617333
Binary100101110110111100100001001001010111001111000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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