#3E760A

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

Shades of Bilbao #3E760A

Tints of Bilbao #3E760A

Color information

#3E760A (or 0x3E760A) is unknown color: approx Bilbao. HEX triplet: 3E, 76 and 0A. RGB value is (62,118,10). Sum of RGB (Red+Green+Blue) = 62+118+10=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #3E760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E760A is #C189F5. Grayscale: #595959. Windows color (decimal): -12683766 or 685630. OLE color: 685630.

HSL color Cylindrical-coordinate representation of color #3E760A: hue angle of 91.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E760A is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB6211810-
CMYK0.4700.920.54
HSL91.11º84.38%25.1%-
HSV(B)91.11º91.53%46.27%-
XYZ8.52142.54-
YUV88.9483.45108.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.63%
GREEN value IS 118 (46.48% from 255) = 62.11%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=32.63%
G=62.11%
B=5.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62118100.4700.920.5491.1184.3825.1
Hex3E76A2F05C365b5419
Octal76166125701346613312431
Binary11111011101101010101111010111001101101011011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,118,10); }

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

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

 a { background-color: rgb(62,118,10); }

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

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

 span { border-color: rgb(62,118,10); }

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