#318221

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

Shades of Bilbao #318221

Tints of Bilbao #318221

Color information

#318221 (or 0x318221) is unknown color: approx Bilbao. HEX triplet: 31, 82 and 21. RGB value is (49,130,33). Sum of RGB (Red+Green+Blue) = 49+130+33=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #318221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318221 is #CE7DDE. Grayscale: #5F5F5F. Windows color (decimal): -13532639 or 2196017. OLE color: 2196017.

HSL color Cylindrical-coordinate representation of color #318221: hue angle of 110.1º 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 #318221 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB4913033-
CMYK0.6200.750.49
HSL110.1º59.51%31.96%-
HSV(B)110.1º74.62%50.98%-
XYZ9.5216.734.17-
YUV94.7293.1695.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 130 (51.17% from 255) = 61.32%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=23.11%
G=61.32%
B=15.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130330.6200.750.49110.159.5131.96
Hex3182213E04B316e3c20
Octal6120241760113611567440
Binary11000110000010100001111110010010111100011101110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318221; }

 p { color: rgb(49,130,33); }

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

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

 a { background-color: rgb(49,130,33); }

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

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

 span { border-color: rgb(49,130,33); }

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