#256C14

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

Shades of San Felix #256C14

Tints of San Felix #256C14

Color information

#256C14 (or 0x256C14) is unknown color: approx San Felix. HEX triplet: 25, 6C and 14. RGB value is (37,108,20). Sum of RGB (Red+Green+Blue) = 37+108+20=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 108 (42.58% from 255 or 65.45% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 108 - color contains mainly: green. Hex color #256C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256C14 is #DA93EB. Grayscale: #4D4D4D. Windows color (decimal): -14324716 or 1338405. OLE color: 1338405.

HSL color Cylindrical-coordinate representation of color #256C14: hue angle of 108.41º 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 #256C14 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB3710820-
CMYK0.6600.810.58
HSL108.41º68.75%25.1%-
HSV(B)108.41º81.48%42.35%-
XYZ6.2511.172.49-
YUV76.7495.9899.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 108 (42.58% from 255) = 65.45%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=22.42%
G=65.45%
B=12.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37108200.6600.810.58108.4168.7525.1
Hex256C14420513A6c4519
Octal451542410201217215410531
Binary1001011101100101001000010010100011110101101100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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