#309304

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

Shades of Bilbao #309304

Tints of Bilbao #309304

Color information

#309304 (or 0x309304) is unknown color: approx Bilbao. HEX triplet: 30, 93 and 04. RGB value is (48,147,4). Sum of RGB (Red+Green+Blue) = 48+147+4=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 147 (57.81% from 255 or 73.87% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 147 - color contains mainly: green. Hex color #309304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309304 is #CF6CFB. Grayscale: #656565. Windows color (decimal): -13593852 or 299824. OLE color: 299824.

HSL color Cylindrical-coordinate representation of color #309304: hue angle of 101.54º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #309304 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB481474-
CMYK0.6700.970.42
HSL101.54º94.7%29.61%-
HSV(B)101.54º97.28%57.65%-
XYZ11.6721.53.65-
YUV101.173.290.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 147 (57.81% from 255) = 73.87%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=24.12%
G=73.87%
B=2.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4814740.6700.970.42101.5494.729.61
Hex30934430612A665f1e
Octal60223410301415214613736
Binary110000100100111001000011011000011010101100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309304; }

 p { color: rgb(48,147,4); }

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

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

 a { background-color: rgb(48,147,4); }

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

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

 span { border-color: rgb(48,147,4); }

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