#3A742D

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

Shades of Bilbao #3A742D

Tints of Bilbao #3A742D

Color information

#3A742D (or 0x3A742D) is unknown color: approx Bilbao. HEX triplet: 3A, 74 and 2D. RGB value is (58,116,45). Sum of RGB (Red+Green+Blue) = 58+116+45=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #3A742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A742D is #C58BD2. Grayscale: #5A5A5A. Windows color (decimal): -12946387 or 2978874. OLE color: 2978874.

HSL color Cylindrical-coordinate representation of color #3A742D: hue angle of 109.01º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A742D is Cyan = 0.5, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB5811645-
CMYK0.500.610.55
HSL109.01º44.1%31.57%-
HSV(B)109.01º61.21%45.49%-
XYZ8.4613.584.66-
YUV90.56102.28104.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.48%
GREEN value IS 116 (45.70% from 255) = 52.97%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=26.48%
G=52.97%
B=20.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58116450.500.610.55109.0144.131.57
Hex3A742D3203D376d2c20
Octal721645562075671555440
Binary111010111010010110111001001111011101111101101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,45); }

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

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

 a { background-color: rgb(58,116,45); }

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

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

 span { border-color: rgb(58,116,45); }

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