#3A772C

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

Shades of Bilbao #3A772C

Tints of Bilbao #3A772C

Color information

#3A772C (or 0x3A772C) is unknown color: approx Bilbao. HEX triplet: 3A, 77 and 2C. RGB value is (58,119,44). Sum of RGB (Red+Green+Blue) = 58+119+44=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #3A772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A772C is #C588D3. Grayscale: #5C5C5C. Windows color (decimal): -12945620 or 2914106. OLE color: 2914106.

HSL color Cylindrical-coordinate representation of color #3A772C: hue angle of 108.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A772C is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB5811944-
CMYK0.5100.630.53
HSL108.8º46.01%31.96%-
HSV(B)108.8º63.03%46.67%-
XYZ8.814.284.67-
YUV92.21100.79103.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=26.24%
G=53.85%
B=19.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119440.5100.630.53108.846.0131.96
Hex3A772C3303F356d2e20
Octal721675463077651555640
Binary111010111011110110011001101111111101011101101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,44); }

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

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

 a { background-color: rgb(58,119,44); }

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

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

 span { border-color: rgb(58,119,44); }

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