#256B14

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

Shades of San Felix #256B14

Tints of San Felix #256B14

Color information

#256B14 (or 0x256B14) is unknown color: approx San Felix. HEX triplet: 25, 6B and 14. RGB value is (37,107,20). Sum of RGB (Red+Green+Blue) = 37+107+20=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 107 (42.19% from 255 or 65.24% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 107 - color contains mainly: green. Hex color #256B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256B14 is #DA94EB. Grayscale: #4C4C4C. Windows color (decimal): -14324972 or 1338149. OLE color: 1338149.

HSL color Cylindrical-coordinate representation of color #256B14: hue angle of 108.28º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #256B14 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB3710720-
CMYK0.6500.810.58
HSL108.28º68.5%24.9%-
HSV(B)108.28º81.31%41.96%-
XYZ6.1510.962.45-
YUV76.1596.31100.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 107 (42.19% from 255) = 65.24%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=22.56%
G=65.24%
B=12.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37107200.6500.810.58108.2868.524.9
Hex256B14410513A6c4519
Octal451532410101217215410531
Binary1001011101011101001000001010100011110101101100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,107,20); }

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

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

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

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

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

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

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