#317224

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

Shades of Bilbao #317224

Tints of Bilbao #317224

Color information

#317224 (or 0x317224) is unknown color: approx Bilbao. HEX triplet: 31, 72 and 24. RGB value is (49,114,36). Sum of RGB (Red+Green+Blue) = 49+114+36=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #317224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317224 is #CE8DDB. Grayscale: #555555. Windows color (decimal): -13536732 or 2388529. OLE color: 2388529.

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

Color convert

RGB4911436-
CMYK0.5700.680.55
HSL110º52%29.41%-
HSV(B)110º68.42%44.71%-
XYZ7.612.813.74-
YUV85.6799.97101.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 114 (44.92% from 255) = 57.29%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=24.62%
G=57.29%
B=18.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114360.5700.680.551105229.41
Hex31722439044376e341d
Octal6116244710104671566435
Binary110001111001010010011100101000100110111110111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317224; }

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

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

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

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

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

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

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

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