#317020

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

Shades of Bilbao #317020

Tints of Bilbao #317020

Color information

#317020 (or 0x317020) is unknown color: approx Bilbao. HEX triplet: 31, 70 and 20. RGB value is (49,112,32). Sum of RGB (Red+Green+Blue) = 49+112+32=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #317020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317020 is #CE8FDF. Grayscale: #545454. Windows color (decimal): -13537248 or 2125873. OLE color: 2125873.

HSL color Cylindrical-coordinate representation of color #317020: hue angle of 107.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #317020 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB4911232-
CMYK0.5600.710.56
HSL107.25º55.56%28.24%-
HSV(B)107.25º71.43%43.92%-
XYZ7.3212.353.36-
YUV84.0498.63103-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 112 (44.14% from 255) = 58.03%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=25.39%
G=58.03%
B=16.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112320.5600.710.56107.2555.5628.24
Hex31702038047386b381c
Octal6116040700107701537034
Binary110001111000010000011100001000111111000110101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317020; }

 p { color: rgb(49,112,32); }

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

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

 a { background-color: rgb(49,112,32); }

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

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

 span { border-color: rgb(49,112,32); }

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