#34821A

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

Shades of Bilbao #34821A

Tints of Bilbao #34821A

Color information

#34821A (or 0x34821A) is unknown color: approx Bilbao. HEX triplet: 34, 82 and 1A. RGB value is (52,130,26). Sum of RGB (Red+Green+Blue) = 52+130+26=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #34821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34821A is #CB7DE5. Grayscale: #5F5F5F. Windows color (decimal): -13336038 or 1737268. OLE color: 1737268.

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

Color convert

RGB5213026-
CMYK0.6000.80.49
HSL105º66.67%30.59%-
HSV(B)105º80%50.98%-
XYZ9.5916.773.71-
YUV94.8289.1697.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 62.5%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=25%
G=62.5%
B=12.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130260.6000.80.4910566.6730.59
Hex34821A3C0503169431f
Octal64202327401206115110337
Binary1101001000001011010111100010100001100011101001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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