#3E8119

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

Shades of Bilbao #3E8119

Tints of Bilbao #3E8119

Color information

#3E8119 (or 0x3E8119) is unknown color: approx Bilbao. HEX triplet: 3E, 81 and 19. RGB value is (62,129,25). Sum of RGB (Red+Green+Blue) = 62+129+25=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #3E8119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8119 is #C17EE6. Grayscale: #616161. Windows color (decimal): -12680935 or 1671486. OLE color: 1671486.

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

Color convert

RGB6212925-
CMYK0.5200.810.49
HSL98.65º67.53%30.2%-
HSV(B)98.65º80.62%50.59%-
XYZ10.0116.793.63-
YUV97.1187.3102.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.70%
GREEN value IS 129 (50.78% from 255) = 59.72%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=28.70%
G=59.72%
B=11.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62129250.5200.810.4998.6567.5330.2
Hex3E8119340513163441e
Octal76201316401216114310436
Binary1111101000000111001110100010100011100011100011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,129,25); }

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

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

 a { background-color: rgb(62,129,25); }

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

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

 span { border-color: rgb(62,129,25); }

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