#318921

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

Shades of Bilbao #318921

Tints of Bilbao #318921

Color information

#318921 (or 0x318921) is unknown color: approx Bilbao. HEX triplet: 31, 89 and 21. RGB value is (49,137,33). Sum of RGB (Red+Green+Blue) = 49+137+33=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #318921 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318921 is #CE76DE. Grayscale: #636363. Windows color (decimal): -13530847 or 2197809. OLE color: 2197809.

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

Color convert

RGB4913733-
CMYK0.6400.760.46
HSL110.77º61.18%33.33%-
HSV(B)110.77º75.91%53.73%-
XYZ10.4918.654.49-
YUV98.8390.8592.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 137 (53.91% from 255) = 62.56%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=22.37%
G=62.56%
B=15.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49137330.6400.760.46110.7761.1833.33
Hex3189214004C2E6f3d21
Octal61211411000114561577541
Binary110001100010011000011000000010011001011101101111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318921; }

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

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

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

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

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

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

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

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