#34832A

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

Shades of Bilbao #34832A

Tints of Bilbao #34832A

Color information

#34832A (or 0x34832A) is unknown color: approx Bilbao. HEX triplet: 34, 83 and 2A. RGB value is (52,131,42). Sum of RGB (Red+Green+Blue) = 52+131+42=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #34832A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34832A is #CB7CD5. Grayscale: #616161. Windows color (decimal): -13335766 or 2786100. OLE color: 2786100.

HSL color Cylindrical-coordinate representation of color #34832A: hue angle of 113.26º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34832A is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB5213142-
CMYK0.6000.680.49
HSL113.26º51.45%33.92%-
HSV(B)113.26º67.94%51.37%-
XYZ9.9517.134.97-
YUV97.2396.8395.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 131 (51.56% from 255) = 58.22%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=23.11%
G=58.22%
B=18.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52131420.6000.680.49113.2651.4533.92
Hex34832A3C04431713322
Octal6420352740104611616342
Binary11010010000011101010111100010001001100011110001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34832A; }

 p { color: rgb(52,131,42); }

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

<style>
 a { background-color: #34832A; }

 a { background-color: rgb(52,131,42); }

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

<style>
 span { border-color: #34832A; }

 span { border-color: rgb(52,131,42); }

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