#3A7631

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

Shades of Bilbao #3A7631

Tints of Bilbao #3A7631

Color information

#3A7631 (or 0x3A7631) is unknown color: approx Bilbao. HEX triplet: 3A, 76 and 31. RGB value is (58,118,49). Sum of RGB (Red+Green+Blue) = 58+118+49=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7631 is #C589CE. Grayscale: #5C5C5C. Windows color (decimal): -12945871 or 3241530. OLE color: 3241530.

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

Color convert

RGB5811849-
CMYK0.5100.580.54
HSL112.17º41.32%32.75%-
HSV(B)112.17º58.47%46.27%-
XYZ8.7814.085.16-
YUV92.19103.62103.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=25.78%
G=52.44%
B=21.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58118490.5100.580.54112.1741.3232.75
Hex3A76313303A36702921
Octal721666163072661605141
Binary111010111011011000111001101110101101101110000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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