#317C00

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

Shades of Bilbao #317C00

Tints of Bilbao #317C00

Color information

#317C00 (or 0x317C00) is unknown color: approx Bilbao. HEX triplet: 31, 7C and 00. RGB value is (49,124,0). Sum of RGB (Red+Green+Blue) = 49+124+0=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 124 (48.83% from 255 or 71.68% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 124 - color contains mainly: green. Hex color #317C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317C00 is #CE83FF. Grayscale: #575757. Windows color (decimal): -13534208 or 31793. OLE color: 31793.

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

Color convert

RGB491240-
CMYK0.60010.51
HSL96.29º100%24.31%-
HSV(B)96.29º100%48.63%-
XYZ8.4715.072.46-
YUV87.4478.65100.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 124 (48.83% from 255) = 71.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.32%
G=71.68%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4912400.60010.5196.2910024.31
Hex317C03C06433606418
Octal6117407401446314014430
Binary11000111111000111100011001001100111100000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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