#34841E

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

Shades of Bilbao #34841E

Tints of Bilbao #34841E

Color information

#34841E (or 0x34841E) is unknown color: approx Bilbao. HEX triplet: 34, 84 and 1E. RGB value is (52,132,30). Sum of RGB (Red+Green+Blue) = 52+132+30=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #34841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34841E is #CB7BE1. Grayscale: #606060. Windows color (decimal): -13335522 or 1999924. OLE color: 1999924.

HSL color Cylindrical-coordinate representation of color #34841E: hue angle of 107.06º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34841E is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB5213230-
CMYK0.6100.770.48
HSL107.06º62.96%31.76%-
HSV(B)107.06º77.27%51.76%-
XYZ9.917.334.05-
YUV96.4590.596.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 132 (51.95% from 255) = 61.68%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=24.30%
G=61.68%
B=14.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132300.6100.770.48107.0662.9631.76
Hex34841E3D04D306b3f20
Octal6420436750115601537740
Binary1101001000010011110111101010011011100001101011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34841E; }

 p { color: rgb(52,132,30); }

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

<style>
 a { background-color: #34841E; }

 a { background-color: rgb(52,132,30); }

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

<style>
 span { border-color: #34841E; }

 span { border-color: rgb(52,132,30); }

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