#34882A

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

Shades of Bilbao #34882A

Tints of Bilbao #34882A

Color information

#34882A (or 0x34882A) is unknown color: approx Bilbao. HEX triplet: 34, 88 and 2A. RGB value is (52,136,42). Sum of RGB (Red+Green+Blue) = 52+136+42=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #34882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34882A is #CB77D5. Grayscale: #646464. Windows color (decimal): -13334486 or 2787380. OLE color: 2787380.

HSL color Cylindrical-coordinate representation of color #34882A: hue angle of 113.62º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34882A is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB5213642-
CMYK0.6200.690.47
HSL113.62º52.81%34.9%-
HSV(B)113.62º69.12%53.33%-
XYZ10.6418.515.2-
YUV100.1795.1793.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 136 (53.52% from 255) = 59.13%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=22.61%
G=59.13%
B=18.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136420.6200.690.47113.6252.8134.9
Hex34882A3E0452F723523
Octal6421052760105571626543
Binary11010010001000101010111110010001011011111110010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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