#3a8332

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

Shades of Bilbao #3A8332

Tints of Bilbao #3A8332

Color information

#3A8332 (or 0x3A8332) is unknown color: approx Bilbao. HEX triplet: 3A, 83 and 32. RGB value is (58,131,50). Sum of RGB (Red+Green+Blue) = 58+131+50=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #3A8332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8332 is #C57CCD. Grayscale: #646464. Windows color (decimal): -12942542 or 3310394. OLE color: 3310394.

HSL color Cylindrical-coordinate representation of color #3A8332: hue angle of 114.07º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A8332 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB5813150-
CMYK0.5600.620.49
HSL114.07º44.75%35.49%-
HSV(B)114.07º61.83%51.37%-
XYZ10.4417.365.82-
YUV99.9499.8298.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 131 (51.56% from 255) = 54.81%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=24.27%
G=54.81%
B=20.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58131500.5600.620.49114.0744.7535.49
Hex3A83323803E31722d23
Octal722036270076611625543
Binary1110101000001111001011100001111101100011110010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a8332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,131,50); }

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

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

 a { background-color: rgb(58,131,50); }

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

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

 span { border-color: rgb(58,131,50); }

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