#458020

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

Shades of Bilbao #458020

Tints of Bilbao #458020

Color information

#458020 (or 0x458020) is unknown color: approx Bilbao. HEX triplet: 45, 80 and 20. RGB value is (69,128,32). Sum of RGB (Red+Green+Blue) = 69+128+32=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #458020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458020 is #BA7FDF. Grayscale: #636363. Windows color (decimal): -12222432 or 2129989. OLE color: 2129989.

HSL color Cylindrical-coordinate representation of color #458020: hue angle of 96.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #458020 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB6912832-
CMYK0.4600.750.50
HSL96.88º60%31.37%-
HSV(B)96.88º75%50.2%-
XYZ10.4316.814.06-
YUV99.4289.95106.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 128 (50.39% from 255) = 55.90%
BLUE value IS 32 (12.89% from 255) = 13.97%
R=30.13%
G=55.90%
B=13.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69128320.4600.750.5096.886031.37
Hex4580202E04B32613c1f
Octal10520040560113621417437
Binary10001011000000010000010111001001011110010110000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458020; }

 p { color: rgb(69,128,32); }

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

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

 a { background-color: rgb(69,128,32); }

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

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

 span { border-color: rgb(69,128,32); }

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