#306819

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

Shades of Bilbao #306819

Tints of Bilbao #306819

Color information

#306819 (or 0x306819) is unknown color: approx Bilbao. HEX triplet: 30, 68 and 19. RGB value is (48,104,25). Sum of RGB (Red+Green+Blue) = 48+104+25=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #306819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306819 is #CF97E6. Grayscale: #4E4E4E. Windows color (decimal): -13604839 or 1665072. OLE color: 1665072.

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

Color convert

RGB4810425-
CMYK0.5400.760.59
HSL102.53º61.24%25.29%-
HSV(B)102.53º75.96%40.78%-
XYZ6.3410.62.63-
YUV78.2597.95106.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 104 (41.02% from 255) = 58.76%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=27.12%
G=58.76%
B=14.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104250.5400.760.59102.5361.2425.29
Hex3068193604C3B673d19
Octal6015031660114731477531
Binary11000011010001100111011001001100111011110011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306819; }

 p { color: rgb(48,104,25); }

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

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

 a { background-color: rgb(48,104,25); }

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

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

 span { border-color: rgb(48,104,25); }

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