#468020

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

Shades of Bilbao #468020

Tints of Bilbao #468020

Color information

#468020 (or 0x468020) is unknown color: approx Bilbao. HEX triplet: 46, 80 and 20. RGB value is (70,128,32). Sum of RGB (Red+Green+Blue) = 70+128+32=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #468020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468020 is #B97FDF. Grayscale: #646464. Windows color (decimal): -12156896 or 2129990. OLE color: 2129990.

HSL color Cylindrical-coordinate representation of color #468020: hue angle of 96.25º 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 #468020 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB7012832-
CMYK0.4500.750.50
HSL96.25º60%31.37%-
HSV(B)96.25º75%50.2%-
XYZ10.5116.844.06-
YUV99.7189.78106.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 128 (50.39% from 255) = 55.65%
BLUE value IS 32 (12.89% from 255) = 13.91%
R=30.43%
G=55.65%
B=13.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128320.4500.750.5096.256031.37
Hex4680202D04B32603c1f
Octal10620040550113621407437
Binary10001101000000010000010110101001011110010110000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468020; }

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

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

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

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

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

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

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

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