#458200

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

Shades of Bilbao #458200

Tints of Bilbao #458200

Color information

#458200 (or 0x458200) is unknown color: approx Bilbao. HEX triplet: 45, 82 and 00. RGB value is (69,130,0). Sum of RGB (Red+Green+Blue) = 69+130+0=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #458200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458200 is #BA7DFF. Grayscale: #616161. Windows color (decimal): -12221952 or 33349. OLE color: 33349.

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

Color convert

RGB691300-
CMYK0.47010.49
HSL88.15º100%25.49%-
HSV(B)88.15º100%50.98%-
XYZ10.4417.232.78-
YUV96.9473.29108.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 130 (51.17% from 255) = 65.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.67%
G=65.33%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6913000.47010.4988.1510025.49
Hex458202F06431586419
Octal10520205701446113014431
Binary1000101100000100101111011001001100011011000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458200; }

 p { color: rgb(69,130,0); }

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

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

 a { background-color: rgb(69,130,0); }

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

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

 span { border-color: rgb(69,130,0); }

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