#467821

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

Shades of Bilbao #467821

Tints of Bilbao #467821

Color information

#467821 (or 0x467821) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 21. RGB value is (70,120,33). Sum of RGB (Red+Green+Blue) = 70+120+33=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #467821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467821 is #B987DE. Grayscale: #5F5F5F. Windows color (decimal): -12158943 or 2193478. OLE color: 2193478.

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

Color convert

RGB7012033-
CMYK0.4200.720.53
HSL94.48º56.86%30%-
HSV(B)94.48º72.5%47.06%-
XYZ9.5214.843.8-
YUV95.1392.94110.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 120 (47.27% from 255) = 53.81%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=31.39%
G=53.81%
B=14.80%

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
Decimal70120330.4200.720.5394.4856.8630
Hex4678212A048355e391e
Octal10617041520110651367136
Binary1000110111100010000110101001001000110101101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467821; }

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

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

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

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

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

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

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

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