#307220

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

Shades of Bilbao #307220

Tints of Bilbao #307220

Color information

#307220 (or 0x307220) is unknown color: approx Bilbao. HEX triplet: 30, 72 and 20. RGB value is (48,114,32). Sum of RGB (Red+Green+Blue) = 48+114+32=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #307220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307220 is #CF8DDF. Grayscale: #555555. Windows color (decimal): -13602272 or 2126384. OLE color: 2126384.

HSL color Cylindrical-coordinate representation of color #307220: hue angle of 108.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307220 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB4811432-
CMYK0.5800.720.55
HSL108.29º56.16%28.63%-
HSV(B)108.29º71.93%44.71%-
XYZ7.512.773.44-
YUV84.9298.13101.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 114 (44.92% from 255) = 58.76%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=24.74%
G=58.76%
B=16.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114320.5800.720.55108.2956.1628.63
Hex3072203A048376c381d
Octal6016240720110671547035
Binary110000111001010000011101001001000110111110110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307220; }

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

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

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

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

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

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

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

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