#467831

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

Shades of Bilbao #467831

Tints of Bilbao #467831

Color information

#467831 (or 0x467831) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 31. RGB value is (70,120,49). Sum of RGB (Red+Green+Blue) = 70+120+49=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #467831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467831 is #B987CE. Grayscale: #616161. Windows color (decimal): -12158927 or 3242054. OLE color: 3242054.

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

Color convert

RGB7012049-
CMYK0.4200.590.53
HSL102.25º42.01%33.14%-
HSV(B)102.25º59.17%47.06%-
XYZ9.814.965.28-
YUV96.96100.94108.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=29.29%
G=50.21%
B=20.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120490.4200.590.53102.2542.0133.14
Hex4678312A03B35662a21
Octal1061706152073651465241
Binary1000110111100011000110101001110111101011100110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467831; }

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

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

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

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

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

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

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

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