#307718

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

Shades of Bilbao #307718

Tints of Bilbao #307718

Color information

#307718 (or 0x307718) is unknown color: approx Bilbao. HEX triplet: 30, 77 and 18. RGB value is (48,119,24). Sum of RGB (Red+Green+Blue) = 48+119+24=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #307718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307718 is #CF88E7. Grayscale: #575757. Windows color (decimal): -13601000 or 1603376. OLE color: 1603376.

HSL color Cylindrical-coordinate representation of color #307718: hue angle of 104.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307718 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB4811924-
CMYK0.6000.800.53
HSL104.84º66.43%28.04%-
HSV(B)104.84º79.83%46.67%-
XYZ7.9813.893.12-
YUV86.9492.48100.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 119 (46.88% from 255) = 62.30%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=25.13%
G=62.30%
B=12.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119240.6000.800.53104.8466.4328.04
Hex3077183C0503569421c
Octal60167307401206515110234
Binary110000111011111000111100010100001101011101001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307718; }

 p { color: rgb(48,119,24); }

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

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

 a { background-color: rgb(48,119,24); }

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

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

 span { border-color: rgb(48,119,24); }

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