#3E800D

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

Shades of Bilbao #3E800D

Tints of Bilbao #3E800D

Color information

#3E800D (or 0x3E800D) is unknown color: approx Bilbao. HEX triplet: 3E, 80 and 0D. RGB value is (62,128,13). Sum of RGB (Red+Green+Blue) = 62+128+13=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #3E800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E800D is #C17FF2. Grayscale: #5F5F5F. Windows color (decimal): -12681203 or 884798. OLE color: 884798.

HSL color Cylindrical-coordinate representation of color #3E800D: hue angle of 94.43º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E800D is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB6212813-
CMYK0.5200.900.50
HSL94.43º81.56%27.65%-
HSV(B)94.43º89.84%50.2%-
XYZ9.7816.493.05-
YUV95.1681.63104.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.54%
GREEN value IS 128 (50.39% from 255) = 63.05%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=30.54%
G=63.05%
B=6.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62128130.5200.900.5094.4381.5627.65
Hex3E80D3405A325e521c
Octal76200156401326213612234
Binary111110100000001101110100010110101100101011110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E800D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,128,13); }

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

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

 a { background-color: rgb(62,128,13); }

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

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

 span { border-color: rgb(62,128,13); }

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