#467B1B

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

Shades of Bilbao #467B1B

Tints of Bilbao #467B1B

Color information

#467B1B (or 0x467B1B) is unknown color: approx Bilbao. HEX triplet: 46, 7B and 1B. RGB value is (70,123,27). Sum of RGB (Red+Green+Blue) = 70+123+27=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #467B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467B1B is #B984E4. Grayscale: #606060. Windows color (decimal): -12158181 or 1801030. OLE color: 1801030.

HSL color Cylindrical-coordinate representation of color #467B1B: hue angle of 93.12º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #467B1B is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB7012327-
CMYK0.4300.780.52
HSL93.12º64%29.41%-
HSV(B)93.12º78.05%48.24%-
XYZ9.8115.553.52-
YUV96.2188.94109.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 123 (48.44% from 255) = 55.91%
BLUE value IS 27 (10.94% from 255) = 12.27%
R=31.82%
G=55.91%
B=12.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70123270.4300.780.5293.126429.41
Hex467B1B2B04E345d401d
Octal106173335301166413510035
Binary1000110111101111011101011010011101101001011101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,123,27); }

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

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

 a { background-color: rgb(70,123,27); }

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

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

 span { border-color: rgb(70,123,27); }

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