#317D18

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

Shades of Bilbao #317D18

Tints of Bilbao #317D18

Color information

#317D18 (or 0x317D18) is unknown color: approx Bilbao. HEX triplet: 31, 7D and 18. RGB value is (49,125,24). Sum of RGB (Red+Green+Blue) = 49+125+24=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #317D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317D18 is #CE82E7. Grayscale: #5B5B5B. Windows color (decimal): -13533928 or 1604913. OLE color: 1604913.

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

Color convert

RGB4912524-
CMYK0.6100.810.51
HSL105.15º67.79%29.22%-
HSV(B)105.15º80.8%49.02%-
XYZ8.7715.393.37-
YUV90.7690.3298.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.75%
GREEN value IS 125 (49.22% from 255) = 63.13%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=24.75%
G=63.13%
B=12.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49125240.6100.810.51105.1567.7929.22
Hex317D183D0513369441d
Octal61175307501216315110435
Binary110001111110111000111101010100011100111101001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317D18; }

 p { color: rgb(49,125,24); }

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

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

 a { background-color: rgb(49,125,24); }

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

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

 span { border-color: rgb(49,125,24); }

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