#458801

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

Shades of Bilbao #458801

Tints of Bilbao #458801

Color information

#458801 (or 0x458801) is unknown color: approx Bilbao. HEX triplet: 45, 88 and 01. RGB value is (69,136,1). Sum of RGB (Red+Green+Blue) = 69+136+1=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 136 (53.52% from 255 or 66.02% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 136 - color contains mainly: green. Hex color #458801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458801 is #BA77FE. Grayscale: #656565. Windows color (decimal): -12220415 or 100421. OLE color: 100421.

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

Color convert

RGB691361-
CMYK0.4900.990.47
HSL89.78º98.54%26.86%-
HSV(B)89.78º99.26%53.33%-
XYZ11.2618.883.08-
YUV100.5871.8105.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 136 (53.52% from 255) = 66.02%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=33.50%
G=66.02%
B=0.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6913610.4900.990.4789.7898.5426.86
Hex45881310632F5a631b
Octal10521016101435713214333
Binary1000101100010001110001011000111011111011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458801; }

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

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

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

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

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

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

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

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