#3E812D

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

Shades of Bilbao #3E812D

Tints of Bilbao #3E812D

Color information

#3E812D (or 0x3E812D) is unknown color: approx Bilbao. HEX triplet: 3E, 81 and 2D. RGB value is (62,129,45). Sum of RGB (Red+Green+Blue) = 62+129+45=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #3E812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E812D is #C17ED2. Grayscale: #636363. Windows color (decimal): -12680915 or 2982206. OLE color: 2982206.

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

Color convert

RGB6212945-
CMYK0.5200.650.49
HSL107.86º48.28%34.12%-
HSV(B)107.86º65.12%50.59%-
XYZ10.3116.915.2-
YUV99.3997.3101.33-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.27%
GREEN value IS 129 (50.78% from 255) = 54.66%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=26.27%
G=54.66%
B=19.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62129450.5200.650.49107.8648.2834.12
Hex3E812D34041316c3022
Octal7620155640101611546042
Binary11111010000001101101110100010000011100011101100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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