#3E702B

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

Shades of Bilbao #3E702B

Tints of Bilbao #3E702B

Color information

#3E702B (or 0x3E702B) is unknown color: approx Bilbao. HEX triplet: 3E, 70 and 2B. RGB value is (62,112,43). Sum of RGB (Red+Green+Blue) = 62+112+43=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #3E702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E702B is #C18FD4. Grayscale: #595959. Windows color (decimal): -12685269 or 2846782. OLE color: 2846782.

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

Color convert

RGB6211243-
CMYK0.4500.620.56
HSL103.48º44.52%30.39%-
HSV(B)103.48º61.61%43.92%-
XYZ8.2212.794.32-
YUV89.18101.94108.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.57%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=28.57%
G=51.61%
B=19.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62112430.4500.620.56103.4844.5230.39
Hex3E702B2D03E38672d1e
Octal761605355076701475536
Binary11111011100001010111011010111110111000110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,112,43); }

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

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

 a { background-color: rgb(62,112,43); }

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

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

 span { border-color: rgb(62,112,43); }

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