#3E811D

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

Shades of Bilbao #3E811D

Tints of Bilbao #3E811D

Color information

#3E811D (or 0x3E811D) is unknown color: approx Bilbao. HEX triplet: 3E, 81 and 1D. RGB value is (62,129,29). Sum of RGB (Red+Green+Blue) = 62+129+29=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #3E811D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E811D is #C17EE2. Grayscale: #616161. Windows color (decimal): -12680931 or 1933630. OLE color: 1933630.

HSL color Cylindrical-coordinate representation of color #3E811D: hue angle of 100.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E811D is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB6212929-
CMYK0.5200.780.49
HSL100.2º63.29%30.98%-
HSV(B)100.2º77.52%50.59%-
XYZ10.0616.813.88-
YUV97.5789.3102.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.18%
GREEN value IS 129 (50.78% from 255) = 58.64%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=28.18%
G=58.64%
B=13.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62129290.5200.780.49100.263.2930.98
Hex3E811D3404E31643f1f
Octal7620135640116611447737
Binary111110100000011110111010001001110110001110010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E811D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,129,29); }

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

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

 a { background-color: rgb(62,129,29); }

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

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

 span { border-color: rgb(62,129,29); }

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