#256F01

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

Shades of Bilbao #256F01

Tints of Bilbao #256F01

Color information

#256F01 (or 0x256F01) is unknown color: approx Bilbao. HEX triplet: 25, 6F and 01. RGB value is (37,111,1). Sum of RGB (Red+Green+Blue) = 37+111+1=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 111 (43.75% from 255 or 74.50% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 111 - color contains mainly: green. Hex color #256F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256F01 is #DA90FE. Grayscale: #4C4C4C. Windows color (decimal): -14323967 or 93989. OLE color: 93989.

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

Color convert

RGB371111-
CMYK0.6700.990.56
HSL100.36º98.21%21.96%-
HSV(B)100.36º99.1%43.53%-
XYZ6.4511.761.96-
YUV76.3385.4899.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 111 (43.75% from 255) = 74.50%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=24.83%
G=74.50%
B=0.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3711110.6700.990.56100.3698.2121.96
Hex256F14306338646216
Octal45157110301437014414226
Binary100101110111111000011011000111110001100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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