#467D16

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

Shades of Bilbao #467D16

Tints of Bilbao #467D16

Color information

#467D16 (or 0x467D16) is unknown color: approx Bilbao. HEX triplet: 46, 7D and 16. RGB value is (70,125,22). Sum of RGB (Red+Green+Blue) = 70+125+22=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 125 (49.22% from 255 or 57.60% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 125 - color contains mainly: green. Hex color #467D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467D16 is #B982E9. Grayscale: #616161. Windows color (decimal): -12157674 or 1473862. OLE color: 1473862.

HSL color Cylindrical-coordinate representation of color #467D16: hue angle of 92.04º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #467D16 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB7012522-
CMYK0.4400.820.51
HSL92.04º70.07%28.82%-
HSV(B)92.04º82.4%49.02%-
XYZ1016.033.33-
YUV96.8185.78108.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 125 (49.22% from 255) = 57.60%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=32.26%
G=57.60%
B=10.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70125220.4400.820.5192.0470.0728.82
Hex467D162C052335c461d
Octal106175265401226313410635
Binary1000110111110110110101100010100101100111011100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467D16; }

 p { color: rgb(70,125,22); }

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

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

 a { background-color: rgb(70,125,22); }

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

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

 span { border-color: rgb(70,125,22); }

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