#467912

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

Shades of Bilbao #467912

Tints of Bilbao #467912

Color information

#467912 (or 0x467912) is unknown color: approx Bilbao. HEX triplet: 46, 79 and 12. RGB value is (70,121,18). Sum of RGB (Red+Green+Blue) = 70+121+18=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #467912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467912 is #B986ED. Grayscale: #5E5E5E. Windows color (decimal): -12158702 or 1210694. OLE color: 1210694.

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

Color convert

RGB7012118-
CMYK0.4200.850.53
HSL89.71º74.1%27.25%-
HSV(B)89.71º85.12%47.45%-
XYZ9.4715.022.97-
YUV94.0185.1110.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 121 (47.66% from 255) = 57.89%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=33.49%
G=57.89%
B=8.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70121180.4200.850.5389.7174.127.25
Hex4679122A055355a4a1b
Octal106171225201256513211233
Binary1000110111100110010101010010101011101011011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467912; }

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

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

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

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

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

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

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

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