#3E7127

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

Shades of Bilbao #3E7127

Tints of Bilbao #3E7127

Color information

#3E7127 (or 0x3E7127) is unknown color: approx Bilbao. HEX triplet: 3E, 71 and 27. RGB value is (62,113,39). Sum of RGB (Red+Green+Blue) = 62+113+39=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7127 is #C18ED8. Grayscale: #595959. Windows color (decimal): -12685017 or 2584894. OLE color: 2584894.

HSL color Cylindrical-coordinate representation of color #3E7127: hue angle of 101.35º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E7127 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB6211339-
CMYK0.4500.650.56
HSL101.35º48.68%29.8%-
HSV(B)101.35º65.49%44.31%-
XYZ8.2612.983.99-
YUV89.3299.6108.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.97%
GREEN value IS 113 (44.53% from 255) = 52.80%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=28.97%
G=52.80%
B=18.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62113390.4500.650.56101.3548.6829.8
Hex3E71272D0413865311e
Octal7616147550101701456136
Binary111110111000110011110110101000001111000110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,113,39); }

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

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

 a { background-color: rgb(62,113,39); }

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

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

 span { border-color: rgb(62,113,39); }

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