#256f10

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

Shades of Bilbao #256F10

Tints of Bilbao #256F10

Color information

#256F10 (or 0x256F10) is unknown color: approx Bilbao. HEX triplet: 25, 6F and 10. RGB value is (37,111,16). Sum of RGB (Red+Green+Blue) = 37+111+16=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 111 (43.75% from 255 or 67.68% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 111 - color contains mainly: green. Hex color #256F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256F10 is #DA90EF. Grayscale: #4E4E4E. Windows color (decimal): -14323952 or 1077029. OLE color: 1077029.

HSL color Cylindrical-coordinate representation of color #256F10: hue angle of 106.74º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #256F10 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB3711116-
CMYK0.6700.860.56
HSL106.74º74.8%24.9%-
HSV(B)106.74º85.59%43.53%-
XYZ6.5411.82.42-
YUV78.0492.9898.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 111 (43.75% from 255) = 67.68%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=22.56%
G=67.68%
B=9.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37111160.6700.860.56106.7474.824.9
Hex256F1043056386b4b19
Octal451572010301267015311331
Binary1001011101111100001000011010101101110001101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256f10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,111,16); }

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

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

 a { background-color: rgb(37,111,16); }

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

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

 span { border-color: rgb(37,111,16); }

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