#467822

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

Shades of Bilbao #467822

Tints of Bilbao #467822

Color information

#467822 (or 0x467822) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 22. RGB value is (70,120,34). Sum of RGB (Red+Green+Blue) = 70+120+34=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #467822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467822 is #B987DD. Grayscale: #5F5F5F. Windows color (decimal): -12158942 or 2259014. OLE color: 2259014.

HSL color Cylindrical-coordinate representation of color #467822: hue angle of 94.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467822 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB7012034-
CMYK0.4200.720.53
HSL94.88º55.84%30.2%-
HSV(B)94.88º71.67%47.06%-
XYZ9.5314.853.88-
YUV95.2593.44109.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 34 (13.67% from 255) = 15.18%
R=31.25%
G=53.57%
B=15.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120340.4200.720.5394.8855.8430.2
Hex4678222A048355f381e
Octal10617042520110651377036
Binary1000110111100010001010101001001000110101101111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467822; }

 p { color: rgb(70,120,34); }

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

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

 a { background-color: rgb(70,120,34); }

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

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

 span { border-color: rgb(70,120,34); }

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