#467D33

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

Shades of Bilbao #467D33

Tints of Bilbao #467D33

Color information

#467D33 (or 0x467D33) is unknown color: approx Bilbao. HEX triplet: 46, 7D and 33. RGB value is (70,125,51). Sum of RGB (Red+Green+Blue) = 70+125+51=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #467D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467D33 is #B982CC. Grayscale: #646464. Windows color (decimal): -12157645 or 3374406. OLE color: 3374406.

HSL color Cylindrical-coordinate representation of color #467D33: hue angle of 104.59º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #467D33 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB7012551-
CMYK0.4400.590.51
HSL104.59º42.05%34.51%-
HSV(B)104.59º59.2%49.02%-
XYZ10.4616.215.71-
YUV100.12100.28106.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 125 (49.22% from 255) = 50.81%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=28.46%
G=50.81%
B=20.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70125510.4400.590.51104.5942.0534.51
Hex467D332C03B33692a23
Octal1061756354073631515243
Binary1000110111110111001110110001110111100111101001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,125,51); }

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

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

 a { background-color: rgb(70,125,51); }

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

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

 span { border-color: rgb(70,125,51); }

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