#3E711A

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

Shades of Bilbao #3E711A

Tints of Bilbao #3E711A

Color information

#3E711A (or 0x3E711A) is unknown color: approx Bilbao. HEX triplet: 3E, 71 and 1A. RGB value is (62,113,26). Sum of RGB (Red+Green+Blue) = 62+113+26=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #3E711A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E711A is #C18EE5. Grayscale: #585858. Windows color (decimal): -12685030 or 1732926. OLE color: 1732926.

HSL color Cylindrical-coordinate representation of color #3E711A: hue angle of 95.17º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E711A is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB6211326-
CMYK0.4500.770.56
HSL95.17º62.59%27.25%-
HSV(B)95.17º76.99%44.31%-
XYZ8.0812.913.04-
YUV87.8393.1109.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.85%
GREEN value IS 113 (44.53% from 255) = 56.22%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=30.85%
G=56.22%
B=12.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62113260.4500.770.5695.1762.5927.25
Hex3E711A2D04D385f3f1b
Octal7616132550115701377733
Binary11111011100011101010110101001101111000101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E711A; }

 p { color: rgb(62,113,26); }

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

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

 a { background-color: rgb(62,113,26); }

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

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

 span { border-color: rgb(62,113,26); }

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