#34822A

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

Shades of Bilbao #34822A

Tints of Bilbao #34822A

Color information

#34822A (or 0x34822A) is unknown color: approx Bilbao. HEX triplet: 34, 82 and 2A. RGB value is (52,130,42). Sum of RGB (Red+Green+Blue) = 52+130+42=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #34822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34822A is #CB7DD5. Grayscale: #606060. Windows color (decimal): -13336022 or 2785844. OLE color: 2785844.

HSL color Cylindrical-coordinate representation of color #34822A: hue angle of 113.18º 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 #34822A is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB5213042-
CMYK0.6000.680.49
HSL113.18º51.16%33.73%-
HSV(B)113.18º67.69%50.98%-
XYZ9.8216.864.93-
YUV96.6597.1696.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 130 (51.17% from 255) = 58.04%
BLUE value IS 42 (16.80% from 255) = 18.75%
R=23.21%
G=58.04%
B=18.75%

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
Decimal52130420.6000.680.49113.1851.1633.73
Hex34822A3C04431713322
Octal6420252740104611616342
Binary11010010000010101010111100010001001100011110001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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