#468223

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

Shades of Bilbao #468223

Tints of Bilbao #468223

Color information

#468223 (or 0x468223) is unknown color: approx Bilbao. HEX triplet: 46, 82 and 23. RGB value is (70,130,35). Sum of RGB (Red+Green+Blue) = 70+130+35=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #468223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468223 is #B97DDC. Grayscale: #656565. Windows color (decimal): -12156381 or 2327110. OLE color: 2327110.

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

Color convert

RGB7013035-
CMYK0.4600.730.49
HSL97.89º57.58%32.35%-
HSV(B)97.89º73.08%50.98%-
XYZ10.8117.394.38-
YUV101.2390.62105.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 35 (14.06% from 255) = 14.89%
R=29.79%
G=55.32%
B=14.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130350.4600.730.4997.8957.5832.35
Hex4682232E04931623a20
Octal10620243560111611427240
Binary100011010000010100011101110010010011100011100010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468223; }

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

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

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

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

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

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

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

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