#3B812D

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

Shades of Bilbao #3B812D

Tints of Bilbao #3B812D

Color information

#3B812D (or 0x3B812D) is unknown color: approx Bilbao. HEX triplet: 3B, 81 and 2D. RGB value is (59,129,45). Sum of RGB (Red+Green+Blue) = 59+129+45=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #3B812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B812D is #C47ED2. Grayscale: #626262. Windows color (decimal): -12877523 or 2982203. OLE color: 2982203.

HSL color Cylindrical-coordinate representation of color #3B812D: hue angle of 110º 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 #3B812D is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB5912945-
CMYK0.5400.650.49
HSL110º48.28%34.12%-
HSV(B)110º65.12%50.59%-
XYZ10.1316.825.2-
YUV98.4997.8199.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 129 (50.78% from 255) = 55.36%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=25.32%
G=55.36%
B=19.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59129450.5400.650.4911048.2834.12
Hex3B812D36041316e3022
Octal7320155660101611566042
Binary11101110000001101101110110010000011100011101110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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