#3E721E

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

Shades of Bilbao #3E721E

Tints of Bilbao #3E721E

Color information

#3E721E (or 0x3E721E) is unknown color: approx Bilbao. HEX triplet: 3E, 72 and 1E. RGB value is (62,114,30). Sum of RGB (Red+Green+Blue) = 62+114+30=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #3E721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E721E is #C18DE1. Grayscale: #595959. Windows color (decimal): -12684770 or 1995326. OLE color: 1995326.

HSL color Cylindrical-coordinate representation of color #3E721E: hue angle of 97.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E721E is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB6211430-
CMYK0.4600.740.55
HSL97.14º58.33%28.24%-
HSV(B)97.14º73.68%44.71%-
XYZ8.2413.153.33-
YUV88.8894.77108.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 114 (44.92% from 255) = 55.34%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=30.10%
G=55.34%
B=14.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62114300.4600.740.5597.1458.3328.24
Hex3E721E2E04A37613a1c
Octal7616236560112671417234
Binary11111011100101111010111001001010110111110000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,114,30); }

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

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

 a { background-color: rgb(62,114,30); }

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

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

 span { border-color: rgb(62,114,30); }

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