#31781B

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

Shades of Bilbao #31781B

Tints of Bilbao #31781B

Color information

#31781B (or 0x31781B) is unknown color: approx Bilbao. HEX triplet: 31, 78 and 1B. RGB value is (49,120,27). Sum of RGB (Red+Green+Blue) = 49+120+27=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #31781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31781B is #CE87E4. Grayscale: #585858. Windows color (decimal): -13535205 or 1800241. OLE color: 1800241.

HSL color Cylindrical-coordinate representation of color #31781B: hue angle of 105.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31781B is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB4912027-
CMYK0.5900.780.53
HSL105.81º63.27%28.82%-
HSV(B)105.81º77.5%47.06%-
XYZ8.1814.173.34-
YUV88.1793.48100.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 120 (47.27% from 255) = 61.22%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=25%
G=61.22%
B=13.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120270.5900.780.53105.8163.2728.82
Hex31781B3B04E356a3f1d
Octal6117033730116651527735
Binary11000111110001101111101101001110110101110101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31781B; }

 p { color: rgb(49,120,27); }

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

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

 a { background-color: rgb(49,120,27); }

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

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

 span { border-color: rgb(49,120,27); }

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