#467828

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

Shades of Bilbao #467828

Tints of Bilbao #467828

Color information

#467828 (or 0x467828) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 28. RGB value is (70,120,40). Sum of RGB (Red+Green+Blue) = 70+120+40=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #467828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467828 is #B987D7. Grayscale: #606060. Windows color (decimal): -12158936 or 2652230. OLE color: 2652230.

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

Color convert

RGB7012040-
CMYK0.4200.670.53
HSL97.5º50%31.37%-
HSV(B)97.5º66.67%47.06%-
XYZ9.6314.894.37-
YUV95.9396.44109.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=30.43%
G=52.17%
B=17.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120400.4200.670.5397.55031.37
Hex4678282A0433562321f
Octal10617050520103651426237
Binary1000110111100010100010101001000011110101110001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467828; }

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

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

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

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

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

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

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

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