#3E8202

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

Shades of Bilbao #3E8202

Tints of Bilbao #3E8202

Color information

#3E8202 (or 0x3E8202) is unknown color: approx Bilbao. HEX triplet: 3E, 82 and 02. RGB value is (62,130,2). Sum of RGB (Red+Green+Blue) = 62+130+2=194 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.96% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #3E8202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8202 is #C17DFD. Grayscale: #5F5F5F. Windows color (decimal): -12680702 or 164414. OLE color: 164414.

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

Color convert

RGB621302-
CMYK0.5200.980.49
HSL91.88º96.97%25.88%-
HSV(B)91.88º98.46%50.98%-
XYZ9.9816.992.81-
YUV95.0875.47104.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.96%
GREEN value IS 130 (51.17% from 255) = 67.01%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=31.96%
G=67.01%
B=1.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6213020.5200.980.4991.8896.9725.88
Hex3E82234062315c611a
Octal7620226401426113414132
Binary1111101000001010110100011000101100011011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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