#307509

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

Shades of Bilbao #307509

Tints of Bilbao #307509

Color information

#307509 (or 0x307509) is unknown color: approx Bilbao. HEX triplet: 30, 75 and 09. RGB value is (48,117,9). Sum of RGB (Red+Green+Blue) = 48+117+9=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #307509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307509 is #CF8AF6. Grayscale: #545454. Windows color (decimal): -13601527 or 619824. OLE color: 619824.

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

Color convert

RGB481179-
CMYK0.5900.920.54
HSL98.33º85.71%24.71%-
HSV(B)98.33º92.31%45.88%-
XYZ7.6313.372.44-
YUV84.0685.64102.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 117 (46.09% from 255) = 67.24%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=27.59%
G=67.24%
B=5.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4811790.5900.920.5498.3385.7124.71
Hex307593B05C36625619
Octal60165117301346614212631
Binary11000011101011001111011010111001101101100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307509; }

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

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

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

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

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

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

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

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