#458321

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

Shades of Bilbao #458321

Tints of Bilbao #458321

Color information

#458321 (or 0x458321) is unknown color: approx Bilbao. HEX triplet: 45, 83 and 21. RGB value is (69,131,33). Sum of RGB (Red+Green+Blue) = 69+131+33=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #458321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458321 is #BA7CDE. Grayscale: #656565. Windows color (decimal): -12221663 or 2196293. OLE color: 2196293.

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

Color convert

RGB6913133-
CMYK0.4700.750.49
HSL97.96º59.76%32.16%-
HSV(B)97.96º74.81%51.37%-
XYZ10.8517.614.27-
YUV101.2989.46104.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 131 (51.56% from 255) = 56.22%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=29.61%
G=56.22%
B=14.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69131330.4700.750.4997.9659.7632.16
Hex4583212F04B31623c20
Octal10520341570113611427440
Binary100010110000011100001101111010010111100011100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458321; }

 p { color: rgb(69,131,33); }

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

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

 a { background-color: rgb(69,131,33); }

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

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

 span { border-color: rgb(69,131,33); }

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