#307C09

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

Shades of Bilbao #307C09

Tints of Bilbao #307C09

Color information

#307C09 (or 0x307C09) is unknown color: approx Bilbao. HEX triplet: 30, 7C and 09. RGB value is (48,124,9). Sum of RGB (Red+Green+Blue) = 48+124+9=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 124 (48.83% from 255 or 68.51% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 124 - color contains mainly: green. Hex color #307C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C09 is #CF83F6. Grayscale: #585858. Windows color (decimal): -13599735 or 621616. OLE color: 621616.

HSL color Cylindrical-coordinate representation of color #307C09: hue angle of 99.65º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #307C09 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB481249-
CMYK0.6100.930.51
HSL99.65º86.47%26.08%-
HSV(B)99.65º92.74%48.63%-
XYZ8.4815.062.72-
YUV88.1783.3299.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 124 (48.83% from 255) = 68.51%
BLUE value IS 9 (3.91% from 255) = 4.97%
R=26.52%
G=68.51%
B=4.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4812490.6100.930.5199.6586.4726.08
Hex307C93D05D3364561a
Octal60174117501356314412632
Binary11000011111001001111101010111011100111100100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307C09; }

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

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

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

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

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

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

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

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