#34770A

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

Shades of Bilbao #34770A

Tints of Bilbao #34770A

Color information

#34770A (or 0x34770A) is unknown color: approx Bilbao. HEX triplet: 34, 77 and 0A. RGB value is (52,119,10). Sum of RGB (Red+Green+Blue) = 52+119+10=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 119 (46.88% from 255 or 65.75% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 119 - color contains mainly: green. Hex color #34770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34770A is #CB88F5. Grayscale: #565656. Windows color (decimal): -13338870 or 685876. OLE color: 685876.

HSL color Cylindrical-coordinate representation of color #34770A: hue angle of 96.88º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34770A is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB5211910-
CMYK0.5600.920.53
HSL96.88º84.5%25.29%-
HSV(B)96.88º91.6%46.67%-
XYZ8.0713.952.55-
YUV86.5484.8103.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 119 (46.88% from 255) = 65.75%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=28.73%
G=65.75%
B=5.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119100.5600.920.5396.8884.525.29
Hex3477A3805C35615419
Octal64167127001346514112431
Binary11010011101111010111000010111001101011100001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,119,10); }

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

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

 a { background-color: rgb(52,119,10); }

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

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

 span { border-color: rgb(52,119,10); }

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