#31851E

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

Shades of Bilbao #31851E

Tints of Bilbao #31851E

Color information

#31851E (or 0x31851E) is unknown color: approx Bilbao. HEX triplet: 31, 85 and 1E. RGB value is (49,133,30). Sum of RGB (Red+Green+Blue) = 49+133+30=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #31851E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31851E is #CE7AE1. Grayscale: #606060. Windows color (decimal): -13531874 or 2000177. OLE color: 2000177.

HSL color Cylindrical-coordinate representation of color #31851E: hue angle of 108.93º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31851E is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB4913330-
CMYK0.6300.770.48
HSL108.93º63.19%31.96%-
HSV(B)108.93º77.44%52.16%-
XYZ9.8917.524.09-
YUV96.1490.6794.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 133 (52.34% from 255) = 62.74%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=23.11%
G=62.74%
B=14.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49133300.6300.770.48108.9363.1931.96
Hex31851E3F04D306d3f20
Octal6120536770115601557740
Binary1100011000010111110111111010011011100001101101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31851E; }

 p { color: rgb(49,133,30); }

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

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

 a { background-color: rgb(49,133,30); }

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

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

 span { border-color: rgb(49,133,30); }

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