#317223

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

Shades of Bilbao #317223

Tints of Bilbao #317223

Color information

#317223 (or 0x317223) is unknown color: approx Bilbao. HEX triplet: 31, 72 and 23. RGB value is (49,114,35). Sum of RGB (Red+Green+Blue) = 49+114+35=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #317223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317223 is #CE8DDC. Grayscale: #555555. Windows color (decimal): -13536733 or 2322993. OLE color: 2322993.

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

Color convert

RGB4911435-
CMYK0.5700.690.55
HSL109.37º53.02%29.22%-
HSV(B)109.37º69.3%44.71%-
XYZ7.5912.813.66-
YUV85.5699.47101.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.75%
GREEN value IS 114 (44.92% from 255) = 57.58%
BLUE value IS 35 (14.06% from 255) = 17.68%
R=24.75%
G=57.58%
B=17.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114350.5700.690.55109.3753.0229.22
Hex31722339045376d351d
Octal6116243710105671556535
Binary110001111001010001111100101000101110111110110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317223; }

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

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

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

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

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

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

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

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