#468221

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

Shades of Bilbao #468221

Tints of Bilbao #468221

Color information

#468221 (or 0x468221) is unknown color: approx Bilbao. HEX triplet: 46, 82 and 21. RGB value is (70,130,33). Sum of RGB (Red+Green+Blue) = 70+130+33=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #468221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468221 is #B97DDE. Grayscale: #656565. Windows color (decimal): -12156383 or 2196038. OLE color: 2196038.

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

Color convert

RGB7013033-
CMYK0.4600.750.49
HSL97.11º59.51%31.96%-
HSV(B)97.11º74.62%50.98%-
XYZ10.7817.384.22-
YUV10189.62105.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=30.04%
G=55.79%
B=14.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130330.4600.750.4997.1159.5131.96
Hex4682212E04B31613c20
Octal10620241560113611417440
Binary100011010000010100001101110010010111100011100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468221; }

 p { color: rgb(70,130,33); }

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

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

 a { background-color: rgb(70,130,33); }

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

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

 span { border-color: rgb(70,130,33); }

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