#308219

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

Shades of Bilbao #308219

Tints of Bilbao #308219

Color information

#308219 (or 0x308219) is unknown color: approx Bilbao. HEX triplet: 30, 82 and 19. RGB value is (48,130,25). Sum of RGB (Red+Green+Blue) = 48+130+25=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #308219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308219 is #CF7DE6. Grayscale: #5D5D5D. Windows color (decimal): -13598183 or 1671728. OLE color: 1671728.

HSL color Cylindrical-coordinate representation of color #308219: hue angle of 106.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #308219 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB4813025-
CMYK0.6300.810.49
HSL106.86º67.74%30.39%-
HSV(B)106.86º80.77%50.98%-
XYZ9.3816.663.64-
YUV93.5189.3395.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 130 (51.17% from 255) = 64.04%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=23.65%
G=64.04%
B=12.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130250.6300.810.49106.8667.7430.39
Hex3082193F051316b441e
Octal60202317701216115310436
Binary1100001000001011001111111010100011100011101011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308219; }

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

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

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

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

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

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

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

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