#307612

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

Shades of Bilbao #307612

Tints of Bilbao #307612

Color information

#307612 (or 0x307612) is unknown color: approx Bilbao. HEX triplet: 30, 76 and 12. RGB value is (48,118,18). Sum of RGB (Red+Green+Blue) = 48+118+18=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #307612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307612 is #CF89ED. Grayscale: #555555. Windows color (decimal): -13601262 or 1209904. OLE color: 1209904.

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

Color convert

RGB4811818-
CMYK0.5900.850.54
HSL102º73.53%26.67%-
HSV(B)102º84.75%46.27%-
XYZ7.8113.632.79-
YUV85.6789.81101.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 118 (46.48% from 255) = 64.13%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=26.09%
G=64.13%
B=9.78%

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
Decimal48118180.5900.850.5410273.5326.67
Hex3076123B05536664a1b
Octal60166227301256614611233
Binary110000111011010010111011010101011101101100110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307612; }

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

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

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

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

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

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

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

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