#307415

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

Shades of Bilbao #307415

Tints of Bilbao #307415

Color information

#307415 (or 0x307415) is unknown color: approx Bilbao. HEX triplet: 30, 74 and 15. RGB value is (48,116,21). Sum of RGB (Red+Green+Blue) = 48+116+21=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #307415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307415 is #CF8BEA. Grayscale: #555555. Windows color (decimal): -13601771 or 1406000. OLE color: 1406000.

HSL color Cylindrical-coordinate representation of color #307415: hue angle of 102.95º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #307415 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB4811621-
CMYK0.5900.820.55
HSL102.95º69.34%26.86%-
HSV(B)102.95º81.9%45.49%-
XYZ7.613.172.85-
YUV84.8491.97101.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 116 (45.70% from 255) = 62.70%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=25.95%
G=62.70%
B=11.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116210.5900.820.55102.9569.3426.86
Hex3074153B0523767451b
Octal60164257301226714710533
Binary110000111010010101111011010100101101111100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307415; }

 p { color: rgb(48,116,21); }

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

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

 a { background-color: rgb(48,116,21); }

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

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

 span { border-color: rgb(48,116,21); }

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