#317708

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

Shades of Bilbao #317708

Tints of Bilbao #317708

Color information

#317708 (or 0x317708) is unknown color: approx Bilbao. HEX triplet: 31, 77 and 08. RGB value is (49,119,8). Sum of RGB (Red+Green+Blue) = 49+119+8=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 119 (46.88% from 255 or 67.61% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 119 - color contains mainly: green. Hex color #317708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317708 is #CE88F7. Grayscale: #555555. Windows color (decimal): -13535480 or 554801. OLE color: 554801.

HSL color Cylindrical-coordinate representation of color #317708: hue angle of 97.84º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #317708 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB491198-
CMYK0.5900.930.53
HSL97.84º87.4%24.9%-
HSV(B)97.84º93.28%46.67%-
XYZ7.9113.862.49-
YUV85.4284.31102.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 119 (46.88% from 255) = 67.61%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=27.84%
G=67.61%
B=4.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4911980.5900.930.5397.8487.424.9
Hex317783B05D35625719
Octal61167107301356514212731
Binary11000111101111000111011010111011101011100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317708; }

 p { color: rgb(49,119,8); }

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

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

 a { background-color: rgb(49,119,8); }

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

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

 span { border-color: rgb(49,119,8); }

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