#317120

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

Shades of Bilbao #317120

Tints of Bilbao #317120

Color information

#317120 (or 0x317120) is unknown color: approx Bilbao. HEX triplet: 31, 71 and 20. RGB value is (49,113,32). Sum of RGB (Red+Green+Blue) = 49+113+32=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #317120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317120 is #CE8EDF. Grayscale: #545454. Windows color (decimal): -13536992 or 2126129. OLE color: 2126129.

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

Color convert

RGB4911332-
CMYK0.5700.720.56
HSL107.41º55.86%28.43%-
HSV(B)107.41º71.68%44.31%-
XYZ7.4312.573.4-
YUV84.6398.3102.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 113 (44.53% from 255) = 58.25%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=25.26%
G=58.25%
B=16.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113320.5700.720.56107.4155.8628.43
Hex31712039048386b381c
Octal6116140710110701537034
Binary110001111000110000011100101001000111000110101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317120; }

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

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

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

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

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

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

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

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