#3E8402

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

Shades of Bilbao #3E8402

Tints of Bilbao #3E8402

Color information

#3E8402 (or 0x3E8402) is unknown color: approx Bilbao. HEX triplet: 3E, 84 and 02. RGB value is (62,132,2). Sum of RGB (Red+Green+Blue) = 62+132+2=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #3E8402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8402 is #C17BFD. Grayscale: #606060. Windows color (decimal): -12680190 or 164926. OLE color: 164926.

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

Color convert

RGB621322-
CMYK0.5300.980.48
HSL92.31º97.01%26.27%-
HSV(B)92.31º98.48%51.76%-
XYZ10.2517.532.9-
YUV96.2574.81103.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 132 (51.95% from 255) = 67.35%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=31.63%
G=67.35%
B=1.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6213220.5300.980.4892.3197.0126.27
Hex3E84235062305c611a
Octal7620426501426013414132
Binary1111101000010010110101011000101100001011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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