#307720

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

Shades of Bilbao #307720

Tints of Bilbao #307720

Color information

#307720 (or 0x307720) is unknown color: approx Bilbao. HEX triplet: 30, 77 and 20. RGB value is (48,119,32). Sum of RGB (Red+Green+Blue) = 48+119+32=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #307720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307720 is #CF88DF. Grayscale: #585858. Windows color (decimal): -13600992 or 2127664. OLE color: 2127664.

HSL color Cylindrical-coordinate representation of color #307720: hue angle of 108.97º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307720 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB4811932-
CMYK0.6000.730.53
HSL108.97º57.62%29.61%-
HSV(B)108.97º73.11%46.67%-
XYZ8.0813.933.63-
YUV87.8596.4899.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=24.12%
G=59.80%
B=16.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119320.6000.730.53108.9757.6229.61
Hex3077203C049356d3a1e
Octal6016740740111651557236
Binary110000111011110000011110001001001110101110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307720; }

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

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

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

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

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

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

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

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