#34711A

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

Shades of Bilbao #34711A

Tints of Bilbao #34711A

Color information

#34711A (or 0x34711A) is unknown color: approx Bilbao. HEX triplet: 34, 71 and 1A. RGB value is (52,113,26). Sum of RGB (Red+Green+Blue) = 52+113+26=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #34711A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34711A is #CB8EE5. Grayscale: #555555. Windows color (decimal): -13340390 or 1732916. OLE color: 1732916.

HSL color Cylindrical-coordinate representation of color #34711A: hue angle of 102.07º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34711A is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB5211326-
CMYK0.5400.770.56
HSL102.07º62.59%27.25%-
HSV(B)102.07º76.99%44.31%-
XYZ7.5112.613.02-
YUV84.8494.79104.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 113 (44.53% from 255) = 59.16%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=27.23%
G=59.16%
B=13.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113260.5400.770.56102.0762.5927.25
Hex34711A3604D38663f1b
Octal6416132660115701467733
Binary11010011100011101011011001001101111000110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,113,26); }

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

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

 a { background-color: rgb(52,113,26); }

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

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

 span { border-color: rgb(52,113,26); }

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