#468320

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

Shades of Bilbao #468320

Tints of Bilbao #468320

Color information

#468320 (or 0x468320) is unknown color: approx Bilbao. HEX triplet: 46, 83 and 20. RGB value is (70,131,32). Sum of RGB (Red+Green+Blue) = 70+131+32=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #468320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468320 is #B97CDF. Grayscale: #656565. Windows color (decimal): -12156128 or 2130758. OLE color: 2130758.

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

Color convert

RGB7013132-
CMYK0.4700.760.49
HSL96.97º60.74%31.96%-
HSV(B)96.97º75.57%51.37%-
XYZ10.917.644.2-
YUV101.4888.79105.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 131 (51.56% from 255) = 56.22%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=30.04%
G=56.22%
B=13.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70131320.4700.760.4996.9760.7431.96
Hex4683202F04C31613d20
Octal10620340570114611417540
Binary100011010000011100000101111010011001100011100001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468320; }

 p { color: rgb(70,131,32); }

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

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

 a { background-color: rgb(70,131,32); }

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

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

 span { border-color: rgb(70,131,32); }

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