#308220

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

Shades of Bilbao #308220

Tints of Bilbao #308220

Color information

#308220 (or 0x308220) is unknown color: approx Bilbao. HEX triplet: 30, 82 and 20. RGB value is (48,130,32). Sum of RGB (Red+Green+Blue) = 48+130+32=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #308220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308220 is #CF7DDF. Grayscale: #5E5E5E. Windows color (decimal): -13598176 or 2130480. OLE color: 2130480.

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

Color convert

RGB4813032-
CMYK0.6300.750.49
HSL110.2º60.49%31.76%-
HSV(B)110.2º75.38%50.98%-
XYZ9.4616.74.09-
YUV94.3192.8394.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 130 (51.17% from 255) = 61.90%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=22.86%
G=61.90%
B=15.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130320.6300.750.49110.260.4931.76
Hex3082203F04B316e3c20
Octal6020240770113611567440
Binary11000010000010100000111111010010111100011101110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308220; }

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

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

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

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

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

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

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

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