#467921

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

Shades of Bilbao #467921

Tints of Bilbao #467921

Color information

#467921 (or 0x467921) is unknown color: approx Bilbao. HEX triplet: 46, 79 and 21. RGB value is (70,121,33). Sum of RGB (Red+Green+Blue) = 70+121+33=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #467921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467921 is #B986DE. Grayscale: #606060. Windows color (decimal): -12158687 or 2193734. OLE color: 2193734.

HSL color Cylindrical-coordinate representation of color #467921: hue angle of 94.77º 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 #467921 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB7012133-
CMYK0.4200.730.53
HSL94.77º57.14%30.2%-
HSV(B)94.77º72.73%47.45%-
XYZ9.6415.093.84-
YUV95.7292.6109.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 121 (47.66% from 255) = 54.02%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=31.25%
G=54.02%
B=14.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70121330.4200.730.5394.7757.1430.2
Hex4679212A049355f391e
Octal10617141520111651377136
Binary1000110111100110000110101001001001110101101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467921; }

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

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

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

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

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

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

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

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