#256C01

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

Shades of Bilbao #256C01

Tints of Bilbao #256C01

Color information

#256C01 (or 0x256C01) is unknown color: approx Bilbao. HEX triplet: 25, 6C and 01. RGB value is (37,108,1). Sum of RGB (Red+Green+Blue) = 37+108+1=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 108 (42.58% from 255 or 73.97% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 108 - color contains mainly: green. Hex color #256C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256C01 is #DA93FE. Grayscale: #4A4A4A. Windows color (decimal): -14324735 or 93221. OLE color: 93221.

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

Color convert

RGB371081-
CMYK0.6600.990.58
HSL99.81º98.17%21.37%-
HSV(B)99.81º99.07%42.35%-
XYZ6.1311.121.85-
YUV74.5786.48101.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 108 (42.58% from 255) = 73.97%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=25.34%
G=73.97%
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.58
SystemRedGreenBlueCMYKHSL
Decimal3710810.6600.990.5899.8198.1721.37
Hex256C1420633A646215
Octal45154110201437214414225
Binary100101110110011000010011000111110101100100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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