#467525

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

Shades of Bilbao #467525

Tints of Bilbao #467525

Color information

#467525 (or 0x467525) is unknown color: approx Bilbao. HEX triplet: 46, 75 and 25. RGB value is (70,117,37). Sum of RGB (Red+Green+Blue) = 70+117+37=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #467525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467525 is #B98ADA. Grayscale: #5E5E5E. Windows color (decimal): -12159707 or 2454854. OLE color: 2454854.

HSL color Cylindrical-coordinate representation of color #467525: hue angle of 95.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467525 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB7011737-
CMYK0.4000.680.54
HSL95.25º51.95%30.2%-
HSV(B)95.25º68.38%45.88%-
XYZ9.2214.164-
YUV93.8395.93111-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=31.25%
G=52.23%
B=16.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117370.4000.680.5495.2551.9530.2
Hex46752528044365f341e
Octal10616545500104661376436
Binary1000110111010110010110100001000100110110101111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467525; }

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

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

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

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

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

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

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

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