#308206

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

Shades of Bilbao #308206

Tints of Bilbao #308206

Color information

#308206 (or 0x308206) is unknown color: approx Bilbao. HEX triplet: 30, 82 and 06. RGB value is (48,130,6). Sum of RGB (Red+Green+Blue) = 48+130+6=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #308206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308206 is #CF7DF9. Grayscale: #5B5B5B. Windows color (decimal): -13598202 or 426544. OLE color: 426544.

HSL color Cylindrical-coordinate representation of color #308206: hue angle of 99.68º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #308206 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB481306-
CMYK0.6300.950.49
HSL99.68º91.18%26.67%-
HSV(B)99.68º95.38%50.98%-
XYZ9.2316.612.89-
YUV91.3579.8397.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 130 (51.17% from 255) = 70.65%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=26.09%
G=70.65%
B=3.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4813060.6300.950.4999.6891.1826.67
Hex308263F05F31645b1b
Octal6020267701376114413333
Binary11000010000010110111111010111111100011100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308206; }

 p { color: rgb(48,130,6); }

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

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

 a { background-color: rgb(48,130,6); }

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

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

 span { border-color: rgb(48,130,6); }

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