#467815

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

Shades of Bilbao #467815

Tints of Bilbao #467815

Color information

#467815 (or 0x467815) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 15. RGB value is (70,120,21). Sum of RGB (Red+Green+Blue) = 70+120+21=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #467815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467815 is #B987EA. Grayscale: #5E5E5E. Windows color (decimal): -12158955 or 1407046. OLE color: 1407046.

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

Color convert

RGB7012021-
CMYK0.4200.830.53
HSL90.3º70.21%27.65%-
HSV(B)90.3º82.5%47.06%-
XYZ9.3814.793.07-
YUV93.7686.94111.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 120 (47.27% from 255) = 56.87%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=33.18%
G=56.87%
B=9.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120210.4200.830.5390.370.2127.65
Hex4678152A053355a461c
Octal106170255201236513210634
Binary1000110111100010101101010010100111101011011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467815; }

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

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

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

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

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

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

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

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