#467827

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

Shades of Bilbao #467827

Tints of Bilbao #467827

Color information

#467827 (or 0x467827) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 27. RGB value is (70,120,39). Sum of RGB (Red+Green+Blue) = 70+120+39=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #467827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467827 is #B987D8. Grayscale: #606060. Windows color (decimal): -12158937 or 2586694. OLE color: 2586694.

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

Color convert

RGB7012039-
CMYK0.4200.670.53
HSL97.04º50.94%31.18%-
HSV(B)97.04º67.5%47.06%-
XYZ9.6114.884.29-
YUV95.8295.94109.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 39 (15.62% from 255) = 17.03%
R=30.57%
G=52.40%
B=17.03%

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
Decimal70120390.4200.670.5397.0450.9431.18
Hex4678272A0433561331f
Octal10617047520103651416337
Binary1000110111100010011110101001000011110101110000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467827; }

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

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

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

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

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

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

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

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