#317024

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

Shades of Bilbao #317024

Tints of Bilbao #317024

Color information

#317024 (or 0x317024) is unknown color: approx Bilbao. HEX triplet: 31, 70 and 24. RGB value is (49,112,36). Sum of RGB (Red+Green+Blue) = 49+112+36=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #317024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317024 is #CE8FDB. Grayscale: #545454. Windows color (decimal): -13537244 or 2388017. OLE color: 2388017.

HSL color Cylindrical-coordinate representation of color #317024: hue angle of 109.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317024 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB4911236-
CMYK0.5600.680.56
HSL109.74º51.35%29.02%-
HSV(B)109.74º67.86%43.92%-
XYZ7.3812.373.67-
YUV84.5100.63102.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 112 (44.14% from 255) = 56.85%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=24.87%
G=56.85%
B=18.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112360.5600.680.56109.7451.3529.02
Hex31702438044386e331d
Octal6116044700104701566335
Binary110001111000010010011100001000100111000110111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317024; }

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

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

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

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

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

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

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

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