#317C09

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

Shades of Bilbao #317C09

Tints of Bilbao #317C09

Color information

#317C09 (or 0x317C09) is unknown color: approx Bilbao. HEX triplet: 31, 7C and 09. RGB value is (49,124,9). Sum of RGB (Red+Green+Blue) = 49+124+9=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 124 (48.83% from 255 or 68.13% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 124 - color contains mainly: green. Hex color #317C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317C09 is #CE83F6. Grayscale: #585858. Windows color (decimal): -13534199 or 621617. OLE color: 621617.

HSL color Cylindrical-coordinate representation of color #317C09: hue angle of 99.13º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #317C09 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB491249-
CMYK0.6000.930.51
HSL99.13º86.47%26.08%-
HSV(B)99.13º92.74%48.63%-
XYZ8.5215.092.72-
YUV88.4683.1599.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 124 (48.83% from 255) = 68.13%
BLUE value IS 9 (3.91% from 255) = 4.95%
R=26.92%
G=68.13%
B=4.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4912490.6000.930.5199.1386.4726.08
Hex317C93C05D3363561a
Octal61174117401356314312632
Binary11000111111001001111100010111011100111100011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,124,9); }

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

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

 a { background-color: rgb(49,124,9); }

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

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

 span { border-color: rgb(49,124,9); }

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