#3E8411

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

Shades of Bilbao #3E8411

Tints of Bilbao #3E8411

Color information

#3E8411 (or 0x3E8411) is unknown color: approx Bilbao. HEX triplet: 3E, 84 and 11. RGB value is (62,132,17). Sum of RGB (Red+Green+Blue) = 62+132+17=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #3E8411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8411 is #C17BEE. Grayscale: #626262. Windows color (decimal): -12680175 or 1147966. OLE color: 1147966.

HSL color Cylindrical-coordinate representation of color #3E8411: hue angle of 96.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E8411 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB6213217-
CMYK0.5300.870.48
HSL96.52º77.18%29.22%-
HSV(B)96.52º87.12%51.76%-
XYZ10.3417.573.38-
YUV97.9682.31102.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 132 (51.95% from 255) = 62.56%
BLUE value IS 17 (7.03% from 255) = 8.06%
R=29.38%
G=62.56%
B=8.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62132170.5300.870.4896.5277.1829.22
Hex3E84113505730614d1d
Octal76204216501276014111535
Binary1111101000010010001110101010101111100001100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,132,17); }

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

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

 a { background-color: rgb(62,132,17); }

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

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

 span { border-color: rgb(62,132,17); }

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