#256E01

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

Shades of Bilbao #256E01

Tints of Bilbao #256E01

Color information

#256E01 (or 0x256E01) is unknown color: approx Bilbao. HEX triplet: 25, 6E and 01. RGB value is (37,110,1). Sum of RGB (Red+Green+Blue) = 37+110+1=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 110 (43.36% from 255 or 74.32% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 110 - color contains mainly: green. Hex color #256E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256E01 is #DA91FE. Grayscale: #4C4C4C. Windows color (decimal): -14324223 or 93733. OLE color: 93733.

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

Color convert

RGB371101-
CMYK0.6600.990.57
HSL100.18º98.2%21.76%-
HSV(B)100.18º99.09%43.14%-
XYZ6.3411.551.92-
YUV75.7585.82100.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 110 (43.36% from 255) = 74.32%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=25%
G=74.32%
B=0.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3711010.6600.990.57100.1898.221.76
Hex256E14206339646216
Octal45156110201437114414226
Binary100101110111011000010011000111110011100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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