#308420

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

Shades of Bilbao #308420

Tints of Bilbao #308420

Color information

#308420 (or 0x308420) is unknown color: approx Bilbao. HEX triplet: 30, 84 and 20. RGB value is (48,132,32). Sum of RGB (Red+Green+Blue) = 48+132+32=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #308420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308420 is #CF7BDF. Grayscale: #5F5F5F. Windows color (decimal): -13597664 or 2130992. OLE color: 2130992.

HSL color Cylindrical-coordinate representation of color #308420: hue angle of 110.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308420 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB4813232-
CMYK0.6400.760.48
HSL110.4º60.98%32.16%-
HSV(B)110.4º75.76%51.76%-
XYZ9.7317.244.18-
YUV95.4892.1794.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 132 (51.95% from 255) = 62.26%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=22.64%
G=62.26%
B=15.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132320.6400.760.48110.460.9832.16
Hex3084204004C306e3d20
Octal60204401000114601567540
Binary110000100001001000001000000010011001100001101110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308420; }

 p { color: rgb(48,132,32); }

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

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

 a { background-color: rgb(48,132,32); }

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

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

 span { border-color: rgb(48,132,32); }

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