#34820B

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

Shades of Bilbao #34820B

Tints of Bilbao #34820B

Color information

#34820B (or 0x34820B) is unknown color: approx Bilbao. HEX triplet: 34, 82 and 0B. RGB value is (52,130,11). Sum of RGB (Red+Green+Blue) = 52+130+11=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #34820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34820B is #CB7DF4. Grayscale: #5D5D5D. Windows color (decimal): -13336053 or 754228. OLE color: 754228.

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

Color convert

RGB5213011-
CMYK0.6000.920.49
HSL99.33º84.4%27.65%-
HSV(B)99.33º91.54%50.98%-
XYZ9.4616.723.05-
YUV93.1181.6698.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 130 (51.17% from 255) = 67.36%
BLUE value IS 11 (4.69% from 255) = 5.70%
R=26.94%
G=67.36%
B=5.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130110.6000.920.4999.3384.427.65
Hex3482B3C05C3163541c
Octal64202137401346114312434
Binary110100100000101011111100010111001100011100011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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