#317909

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

Shades of Bilbao #317909

Tints of Bilbao #317909

Color information

#317909 (or 0x317909) is unknown color: approx Bilbao. HEX triplet: 31, 79 and 09. RGB value is (49,121,9). Sum of RGB (Red+Green+Blue) = 49+121+9=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 121 (47.66% from 255 or 67.60% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 121 - color contains mainly: green. Hex color #317909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317909 is #CE86F6. Grayscale: #575757. Windows color (decimal): -13534967 or 620849. OLE color: 620849.

HSL color Cylindrical-coordinate representation of color #317909: hue angle of 98.57º degrees, saturation: 0.86, 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 #317909 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB491219-
CMYK0.6000.930.53
HSL98.57º86.15%25.49%-
HSV(B)98.57º92.56%47.45%-
XYZ8.1514.352.6-
YUV86.784.15101.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 121 (47.66% from 255) = 67.60%
BLUE value IS 9 (3.91% from 255) = 5.03%
R=27.37%
G=67.60%
B=5.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4912190.6000.930.5398.5786.1525.49
Hex317993C05D35635619
Octal61171117401356514312631
Binary11000111110011001111100010111011101011100011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317909; }

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

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

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

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

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

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

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

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