#3A761D

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

Shades of Bilbao #3A761D

Tints of Bilbao #3A761D

Color information

#3A761D (or 0x3A761D) is unknown color: approx Bilbao. HEX triplet: 3A, 76 and 1D. RGB value is (58,118,29). Sum of RGB (Red+Green+Blue) = 58+118+29=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #3A761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A761D is #C589E2. Grayscale: #5A5A5A. Windows color (decimal): -12945891 or 1930810. OLE color: 1930810.

HSL color Cylindrical-coordinate representation of color #3A761D: hue angle of 100.45º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A761D is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB5811829-
CMYK0.5100.750.54
HSL100.45º60.54%28.82%-
HSV(B)100.45º75.42%46.27%-
XYZ8.4513.953.41-
YUV89.9193.62105.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 29 (11.72% from 255) = 14.15%
R=28.29%
G=57.56%
B=14.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58118290.5100.750.54100.4560.5428.82
Hex3A761D3304B36643d1d
Octal7216635630113661447535
Binary11101011101101110111001101001011110110110010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,118,29); }

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

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

 a { background-color: rgb(58,118,29); }

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

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

 span { border-color: rgb(58,118,29); }

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