#34822B

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

Shades of Bilbao #34822B

Tints of Bilbao #34822B

Color information

#34822B (or 0x34822B) is unknown color: approx Bilbao. HEX triplet: 34, 82 and 2B. RGB value is (52,130,43). Sum of RGB (Red+Green+Blue) = 52+130+43=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #34822B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34822B is #CB7DD4. Grayscale: #616161. Windows color (decimal): -13336021 or 2851380. OLE color: 2851380.

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

Color convert

RGB5213043-
CMYK0.6000.670.49
HSL113.79º50.29%33.92%-
HSV(B)113.79º66.92%50.98%-
XYZ9.8316.875.02-
YUV96.7697.6696.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=23.11%
G=57.78%
B=19.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130430.6000.670.49113.7950.2933.92
Hex34822B3C04331723222
Octal6420253740103611626242
Binary11010010000010101011111100010000111100011110010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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