#307512

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

Shades of Bilbao #307512

Tints of Bilbao #307512

Color information

#307512 (or 0x307512) is unknown color: approx Bilbao. HEX triplet: 30, 75 and 12. RGB value is (48,117,18). Sum of RGB (Red+Green+Blue) = 48+117+18=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #307512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307512 is #CF8AED. Grayscale: #555555. Windows color (decimal): -13601518 or 1209648. OLE color: 1209648.

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

Color convert

RGB4811718-
CMYK0.5900.850.54
HSL101.82º73.33%26.47%-
HSV(B)101.82º84.62%45.88%-
XYZ7.6913.392.75-
YUV85.0890.14101.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 117 (46.09% from 255) = 63.93%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=26.23%
G=63.93%
B=9.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117180.5900.850.54101.8273.3326.47
Hex3075123B0553666491a
Octal60165227301256614611132
Binary110000111010110010111011010101011101101100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307512; }

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

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

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

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

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

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

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

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