#34812A

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

Shades of Bilbao #34812A

Tints of Bilbao #34812A

Color information

#34812A (or 0x34812A) is unknown color: approx Bilbao. HEX triplet: 34, 81 and 2A. RGB value is (52,129,42). Sum of RGB (Red+Green+Blue) = 52+129+42=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #34812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34812A is #CB7ED5. Grayscale: #606060. Windows color (decimal): -13336278 or 2785588. OLE color: 2785588.

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

Color convert

RGB5212942-
CMYK0.6000.670.49
HSL113.1º50.88%33.53%-
HSV(B)113.1º67.44%50.59%-
XYZ9.6816.64.88-
YUV96.0697.4996.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=23.32%
G=57.85%
B=18.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52129420.6000.670.49113.150.8833.53
Hex34812A3C04331713322
Octal6420152740103611616342
Binary11010010000001101010111100010000111100011110001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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