#467932

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

Shades of Bilbao #467932

Tints of Bilbao #467932

Color information

#467932 (or 0x467932) is unknown color: approx Bilbao. HEX triplet: 46, 79 and 32. RGB value is (70,121,50). Sum of RGB (Red+Green+Blue) = 70+121+50=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #467932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467932 is #B986CD. Grayscale: #616161. Windows color (decimal): -12158670 or 3307846. OLE color: 3307846.

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

Color convert

RGB7012150-
CMYK0.4200.590.53
HSL103.1º41.52%33.53%-
HSV(B)103.1º58.68%47.45%-
XYZ9.9415.215.43-
YUV97.66101.1108.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=29.05%
G=50.21%
B=20.75%

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
Decimal70121500.4200.590.53103.141.5233.53
Hex4679322A03B35672a22
Octal1061716252073651475242
Binary1000110111100111001010101001110111101011100111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467932; }

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

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

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

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

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

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

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

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