#317814

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

Shades of Bilbao #317814

Tints of Bilbao #317814

Color information

#317814 (or 0x317814) is unknown color: approx Bilbao. HEX triplet: 31, 78 and 14. RGB value is (49,120,20). Sum of RGB (Red+Green+Blue) = 49+120+20=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 120 (47.27% from 255 or 63.49% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 120 - color contains mainly: green. Hex color #317814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317814 is #CE87EB. Grayscale: #575757. Windows color (decimal): -13535212 or 1341489. OLE color: 1341489.

HSL color Cylindrical-coordinate representation of color #317814: hue angle of 102.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #317814 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB4912020-
CMYK0.5900.830.53
HSL102.6º71.43%27.45%-
HSV(B)102.6º83.33%47.06%-
XYZ8.1114.142.96-
YUV87.3789.98100.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 120 (47.27% from 255) = 63.49%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=25.93%
G=63.49%
B=10.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120200.5900.830.53102.671.4327.45
Hex3178143B0533567471b
Octal61170247301236514710733
Binary110001111100010100111011010100111101011100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317814; }

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

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

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

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

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

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

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

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