#307523

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

Shades of Bilbao #307523

Tints of Bilbao #307523

Color information

#307523 (or 0x307523) is unknown color: approx Bilbao. HEX triplet: 30, 75 and 23. RGB value is (48,117,35). Sum of RGB (Red+Green+Blue) = 48+117+35=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #307523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307523 is #CF8ADC. Grayscale: #575757. Windows color (decimal): -13601501 or 2323760. OLE color: 2323760.

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

Color convert

RGB4811735-
CMYK0.5900.700.54
HSL110.49º53.95%29.8%-
HSV(B)110.49º70.09%45.88%-
XYZ7.8813.473.78-
YUV87.0298.64100.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 117 (46.09% from 255) = 58.5%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=24%
G=58.5%
B=17.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117350.5900.700.54110.4953.9529.8
Hex3075233B046366e361e
Octal6016543730106661566636
Binary110000111010110001111101101000110110110110111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307523; }

 p { color: rgb(48,117,35); }

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

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

 a { background-color: rgb(48,117,35); }

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

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

 span { border-color: rgb(48,117,35); }

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