#256d00

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

Shades of Bilbao #256D00

Tints of Bilbao #256D00

Color information

#256D00 (or 0x256D00) is unknown color: approx Bilbao. HEX triplet: 25, 6D and 00. RGB value is (37,109,0). Sum of RGB (Red+Green+Blue) = 37+109+0=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 109 (42.97% from 255 or 74.66% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 109 - color contains mainly: green. Hex color #256D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256D00 is #DA92FF. Grayscale: #4B4B4B. Windows color (decimal): -14324480 or 27941. OLE color: 27941.

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

Color convert

RGB371090-
CMYK0.66010.57
HSL99.63º100%21.37%-
HSV(B)99.63º100%42.75%-
XYZ6.2311.331.86-
YUV75.0585.65100.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 109 (42.97% from 255) = 74.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.34%
G=74.66%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3710900.66010.5799.6310021.37
Hex256D04206439646415
Octal45155010201447114414425
Binary100101110110101000010011001001110011100100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256d00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,109,0); }

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

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

 a { background-color: rgb(37,109,0); }

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

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

 span { border-color: rgb(37,109,0); }

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