#3E7F0D

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

Shades of Bilbao #3E7F0D

Tints of Bilbao #3E7F0D

Color information

#3E7F0D (or 0x3E7F0D) is unknown color: approx Bilbao. HEX triplet: 3E, 7F and 0D. RGB value is (62,127,13). Sum of RGB (Red+Green+Blue) = 62+127+13=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 127 (50% from 255 or 62.87% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 127 - color contains mainly: green. Hex color #3E7F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7F0D is #C180F2. Grayscale: #5E5E5E. Windows color (decimal): -12681459 or 884542. OLE color: 884542.

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

Color convert

RGB6212713-
CMYK0.5100.900.50
HSL94.21º81.43%27.45%-
HSV(B)94.21º89.76%49.8%-
XYZ9.6516.233.01-
YUV94.5781.97104.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.69%
GREEN value IS 127 (50% from 255) = 62.87%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=30.69%
G=62.87%
B=6.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62127130.5100.900.5094.2181.4327.45
Hex3E7FD3305A325e511b
Octal76177156301326213612133
Binary11111011111111101110011010110101100101011110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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