#458901

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

Shades of Bilbao #458901

Tints of Bilbao #458901

Color information

#458901 (or 0x458901) is unknown color: approx Bilbao. HEX triplet: 45, 89 and 01. RGB value is (69,137,1). Sum of RGB (Red+Green+Blue) = 69+137+1=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #458901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458901 is #BA76FE. Grayscale: #656565. Windows color (decimal): -12220159 or 100677. OLE color: 100677.

HSL color Cylindrical-coordinate representation of color #458901: hue angle of 90º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #458901 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB691371-
CMYK0.5000.990.46
HSL90º98.55%27.06%-
HSV(B)90º99.27%53.73%-
XYZ11.4119.163.13-
YUV101.1671.47105.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.33%
GREEN value IS 137 (53.91% from 255) = 66.18%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=33.33%
G=66.18%
B=0.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6913710.5000.990.469098.5527.06
Hex45891320632E5a631b
Octal10521116201435613214333
Binary1000101100010011110010011000111011101011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458901; }

 p { color: rgb(69,137,1); }

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

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

 a { background-color: rgb(69,137,1); }

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

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

 span { border-color: rgb(69,137,1); }

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