#317821

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

Shades of Bilbao #317821

Tints of Bilbao #317821

Color information

#317821 (or 0x317821) is unknown color: approx Bilbao. HEX triplet: 31, 78 and 21. RGB value is (49,120,33). Sum of RGB (Red+Green+Blue) = 49+120+33=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #317821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317821 is #CE87DE. Grayscale: #595959. Windows color (decimal): -13535199 or 2193457. OLE color: 2193457.

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

Color convert

RGB4912033-
CMYK0.5900.720.53
HSL108.97º56.86%30%-
HSV(B)108.97º72.5%47.06%-
XYZ8.2614.23.74-
YUV88.8596.4899.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 120 (47.27% from 255) = 59.41%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=24.26%
G=59.41%
B=16.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120330.5900.720.53108.9756.8630
Hex3178213B048356d391e
Octal6117041730110651557136
Binary110001111100010000111101101001000110101110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317821; }

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

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

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

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

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

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

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

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