#317E27

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

Shades of Bilbao #317E27

Tints of Bilbao #317E27

Color information

#317E27 (or 0x317E27) is unknown color: approx Bilbao. HEX triplet: 31, 7E and 27. RGB value is (49,126,39). Sum of RGB (Red+Green+Blue) = 49+126+39=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #317E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317E27 is #CE81D8. Grayscale: #5D5D5D. Windows color (decimal): -13533657 or 2588209. OLE color: 2588209.

HSL color Cylindrical-coordinate representation of color #317E27: hue angle of 113.1º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #317E27 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB4912639-
CMYK0.6100.690.51
HSL113.1º52.73%32.35%-
HSV(B)113.1º69.05%49.41%-
XYZ9.0915.724.47-
YUV93.0697.4996.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 126 (49.61% from 255) = 58.88%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=22.90%
G=58.88%
B=18.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49126390.6100.690.51113.152.7332.35
Hex317E273D04533713520
Octal6117647750105631616540
Binary1100011111110100111111101010001011100111110001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317E27; }

 p { color: rgb(49,126,39); }

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

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

 a { background-color: rgb(49,126,39); }

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

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

 span { border-color: rgb(49,126,39); }

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