#3E820B

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

Shades of Bilbao #3E820B

Tints of Bilbao #3E820B

Color information

#3E820B (or 0x3E820B) is unknown color: approx Bilbao. HEX triplet: 3E, 82 and 0B. RGB value is (62,130,11). Sum of RGB (Red+Green+Blue) = 62+130+11=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #3E820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E820B is #C17DF4. Grayscale: #606060. Windows color (decimal): -12680693 or 754238. OLE color: 754238.

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

Color convert

RGB6213011-
CMYK0.5200.920.49
HSL94.29º84.4%27.65%-
HSV(B)94.29º91.54%50.98%-
XYZ10.0317.013.07-
YUV96.179.97103.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.54%
GREEN value IS 130 (51.17% from 255) = 64.04%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=30.54%
G=64.04%
B=5.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62130110.5200.920.4994.2984.427.65
Hex3E82B3405C315e541c
Octal76202136401346113612434
Binary111110100000101011110100010111001100011011110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,130,11); }

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

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

 a { background-color: rgb(62,130,11); }

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

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

 span { border-color: rgb(62,130,11); }

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