#34841c

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

Shades of Bilbao #34841C

Tints of Bilbao #34841C

Color information

#34841C (or 0x34841C) is unknown color: approx Bilbao. HEX triplet: 34, 84 and 1C. RGB value is (52,132,28). Sum of RGB (Red+Green+Blue) = 52+132+28=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #34841C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34841C is #CB7BE3. Grayscale: #606060. Windows color (decimal): -13335524 or 1868852. OLE color: 1868852.

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

Color convert

RGB5213228-
CMYK0.6100.790.48
HSL106.15º65%31.37%-
HSV(B)106.15º78.79%51.76%-
XYZ9.8817.323.92-
YUV96.2289.596.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 132 (51.95% from 255) = 62.26%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=24.53%
G=62.26%
B=13.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132280.6100.790.48106.156531.37
Hex34841C3D04F306a411f
Octal64204347501176015210137
Binary1101001000010011100111101010011111100001101010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34841c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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