#3e8126

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

Shades of Bilbao #3E8126

Tints of Bilbao #3E8126

Color information

#3E8126 (or 0x3E8126) is unknown color: approx Bilbao. HEX triplet: 3E, 81 and 26. RGB value is (62,129,38). Sum of RGB (Red+Green+Blue) = 62+129+38=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #3E8126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E8126 is #C17ED9. Grayscale: #626262. Windows color (decimal): -12680922 or 2523454. OLE color: 2523454.

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

Color convert

RGB6212938-
CMYK0.5200.710.49
HSL104.18º54.49%32.75%-
HSV(B)104.18º70.54%50.59%-
XYZ10.1916.864.55-
YUV98.5993.8101.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.07%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 38 (15.23% from 255) = 16.59%
R=27.07%
G=56.33%
B=16.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62129380.5200.710.49104.1854.4932.75
Hex3E81263404731683621
Octal7620146640107611506641
Binary11111010000001100110110100010001111100011101000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e8126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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