#3E8601

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

Shades of Bilbao #3E8601

Tints of Bilbao #3E8601

Color information

#3E8601 (or 0x3E8601) is unknown color: approx Bilbao. HEX triplet: 3E, 86 and 01. RGB value is (62,134,1). Sum of RGB (Red+Green+Blue) = 62+134+1=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 134 (52.73% from 255 or 68.02% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 134 - color contains mainly: green. Hex color #3E8601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8601 is #C179FE. Grayscale: #616161. Windows color (decimal): -12679679 or 99902. OLE color: 99902.

HSL color Cylindrical-coordinate representation of color #3E8601: hue angle of 92.48º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E8601 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB621341-
CMYK0.5400.990.47
HSL92.48º98.52%26.47%-
HSV(B)92.48º99.25%52.55%-
XYZ10.5218.082.96-
YUV97.3173.65102.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.47%
GREEN value IS 134 (52.73% from 255) = 68.02%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=31.47%
G=68.02%
B=0.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6213410.5400.990.4792.4898.5226.47
Hex3E861360632F5c631a
Octal7620616601435713414332
Binary111110100001101110110011000111011111011100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,134,1); }

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

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

 a { background-color: rgb(62,134,1); }

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

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

 span { border-color: rgb(62,134,1); }

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