#467825

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

Shades of Bilbao #467825

Tints of Bilbao #467825

Color information

#467825 (or 0x467825) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 25. RGB value is (70,120,37). Sum of RGB (Red+Green+Blue) = 70+120+37=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #467825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467825 is #B987DA. Grayscale: #5F5F5F. Windows color (decimal): -12158939 or 2455622. OLE color: 2455622.

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

Color convert

RGB7012037-
CMYK0.4200.690.53
HSL96.14º52.87%30.78%-
HSV(B)96.14º69.17%47.06%-
XYZ9.5814.874.12-
YUV95.5994.94109.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=30.84%
G=52.86%
B=16.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120370.4200.690.5396.1452.8730.78
Hex4678252A0453560351f
Octal10617045520105651406537
Binary1000110111100010010110101001000101110101110000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467825; }

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

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

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

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

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

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

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

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