#317323

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

Shades of Bilbao #317323

Tints of Bilbao #317323

Color information

#317323 (or 0x317323) is unknown color: approx Bilbao. HEX triplet: 31, 73 and 23. RGB value is (49,115,35). Sum of RGB (Red+Green+Blue) = 49+115+35=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #317323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317323 is #CE8CDC. Grayscale: #565656. Windows color (decimal): -13536477 or 2323249. OLE color: 2323249.

HSL color Cylindrical-coordinate representation of color #317323: hue angle of 109.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #317323 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB4911535-
CMYK0.5700.700.55
HSL109.5º53.33%29.41%-
HSV(B)109.5º69.57%45.1%-
XYZ7.713.043.7-
YUV86.1599.13101.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 115 (45.31% from 255) = 57.79%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=24.62%
G=57.79%
B=17.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115350.5700.700.55109.553.3329.41
Hex31732339046376e351d
Octal6116343710106671566535
Binary110001111001110001111100101000110110111110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317323; }

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

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

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

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

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

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

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

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