#306919

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

Shades of Bilbao #306919

Tints of Bilbao #306919

Color information

#306919 (or 0x306919) is unknown color: approx Bilbao. HEX triplet: 30, 69 and 19. RGB value is (48,105,25). Sum of RGB (Red+Green+Blue) = 48+105+25=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #306919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306919 is #CF96E6. Grayscale: #4F4F4F. Windows color (decimal): -13604583 or 1665328. OLE color: 1665328.

HSL color Cylindrical-coordinate representation of color #306919: hue angle of 102.75º degrees, saturation: 0.62, 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 #306919 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB4810525-
CMYK0.5400.760.59
HSL102.75º61.54%25.49%-
HSV(B)102.75º76.19%41.18%-
XYZ6.4510.82.66-
YUV78.8497.62106-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 105 (41.41% from 255) = 58.99%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=26.97%
G=58.99%
B=14.04%

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
Decimal48105250.5400.760.59102.7561.5425.49
Hex3069193604C3B673e19
Octal6015131660114731477631
Binary11000011010011100111011001001100111011110011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306919; }

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

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

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

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

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

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

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

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