#317707

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

Shades of Bilbao #317707

Tints of Bilbao #317707

Color information

#317707 (or 0x317707) is unknown color: approx Bilbao. HEX triplet: 31, 77 and 07. RGB value is (49,119,7). Sum of RGB (Red+Green+Blue) = 49+119+7=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #317707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317707 is #CE88F8. Grayscale: #555555. Windows color (decimal): -13535481 or 489265. OLE color: 489265.

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

Color convert

RGB491197-
CMYK0.5900.940.53
HSL97.5º88.89%24.71%-
HSV(B)97.5º94.12%46.67%-
XYZ7.913.862.46-
YUV85.383.81102.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 119 (46.88% from 255) = 68%
BLUE value IS 7 (3.12% from 255) = 4%
R=28%
G=68%
B=4%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4911970.5900.940.5397.588.8924.71
Hex317773B05E35625919
Octal6116777301366514213131
Binary1100011110111111111011010111101101011100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317707; }

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

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

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

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

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

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

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

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