#309209

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

Shades of Bilbao #309209

Tints of Bilbao #309209

Color information

#309209 (or 0x309209) is unknown color: approx Bilbao. HEX triplet: 30, 92 and 09. RGB value is (48,146,9). Sum of RGB (Red+Green+Blue) = 48+146+9=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 146 (57.42% from 255 or 71.92% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 146 - color contains mainly: green. Hex color #309209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309209 is #CF6DF6. Grayscale: #656565. Windows color (decimal): -13594103 or 627248. OLE color: 627248.

HSL color Cylindrical-coordinate representation of color #309209: hue angle of 102.92º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #309209 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB481469-
CMYK0.6700.940.43
HSL102.92º88.39%30.39%-
HSV(B)102.92º93.84%57.25%-
XYZ11.5521.213.74-
YUV101.0876.0390.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 146 (57.42% from 255) = 71.92%
BLUE value IS 9 (3.91% from 255) = 4.43%
R=23.65%
G=71.92%
B=4.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4814690.6700.940.43102.9288.3930.39
Hex309294305E2B67581e
Octal602221110301365314713036
Binary1100001001001010011000011010111101010111100111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309209; }

 p { color: rgb(48,146,9); }

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

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

 a { background-color: rgb(48,146,9); }

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

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

 span { border-color: rgb(48,146,9); }

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