#317723

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

Shades of Bilbao #317723

Tints of Bilbao #317723

Color information

#317723 (or 0x317723) is unknown color: approx Bilbao. HEX triplet: 31, 77 and 23. RGB value is (49,119,35). Sum of RGB (Red+Green+Blue) = 49+119+35=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #317723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317723 is #CE88DC. Grayscale: #585858. Windows color (decimal): -13535453 or 2324273. OLE color: 2324273.

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

Color convert

RGB4911935-
CMYK0.5900.710.53
HSL110º54.55%30.2%-
HSV(B)110º70.59%46.67%-
XYZ8.1713.973.86-
YUV88.4997.8199.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 119 (46.88% from 255) = 58.62%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=24.14%
G=58.62%
B=17.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119350.5900.710.5311054.5530.2
Hex3177233B047356e371e
Octal6116743730107651566736
Binary110001111011110001111101101000111110101110111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317723; }

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

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

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

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

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

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

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

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