#318914

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

Shades of Bilbao #318914

Tints of Bilbao #318914

Color information

#318914 (or 0x318914) is unknown color: approx Bilbao. HEX triplet: 31, 89 and 14. RGB value is (49,137,20). Sum of RGB (Red+Green+Blue) = 49+137+20=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #318914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318914 is #CE76EB. Grayscale: #616161. Windows color (decimal): -13530860 or 1345841. OLE color: 1345841.

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

Color convert

RGB4913720-
CMYK0.6400.850.46
HSL105.13º74.52%30.78%-
HSV(B)105.13º85.4%53.73%-
XYZ10.3418.593.71-
YUV97.3584.3593.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 137 (53.91% from 255) = 66.50%
BLUE value IS 20 (8.20% from 255) = 9.71%
R=23.79%
G=66.50%
B=9.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49137200.6400.850.46105.1374.5230.78
Hex318914400552E694b1f
Octal612112410001255615111337
Binary11000110001001101001000000010101011011101101001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318914; }

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

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

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

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

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

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

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

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