#317321

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

Shades of Bilbao #317321

Tints of Bilbao #317321

Color information

#317321 (or 0x317321) is unknown color: approx Bilbao. HEX triplet: 31, 73 and 21. RGB value is (49,115,33). Sum of RGB (Red+Green+Blue) = 49+115+33=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #317321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317321 is #CE8CDE. Grayscale: #565656. Windows color (decimal): -13536479 or 2192177. OLE color: 2192177.

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

Color convert

RGB4911533-
CMYK0.5700.710.55
HSL108.29º55.41%29.02%-
HSV(B)108.29º71.3%45.1%-
XYZ7.6713.023.55-
YUV85.9298.13101.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 115 (45.31% from 255) = 58.38%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=24.87%
G=58.38%
B=16.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115330.5700.710.55108.2955.4129.02
Hex31732139047376c371d
Octal6116341710107671546735
Binary110001111001110000111100101000111110111110110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317321; }

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

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

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

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

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

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

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

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