#34770C

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

Shades of Bilbao #34770C

Tints of Bilbao #34770C

Color information

#34770C (or 0x34770C) is unknown color: approx Bilbao. HEX triplet: 34, 77 and 0C. RGB value is (52,119,12). Sum of RGB (Red+Green+Blue) = 52+119+12=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #34770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34770C is #CB88F3. Grayscale: #575757. Windows color (decimal): -13338868 or 816948. OLE color: 816948.

HSL color Cylindrical-coordinate representation of color #34770C: hue angle of 97.57º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34770C is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB5211912-
CMYK0.5600.900.53
HSL97.57º81.68%25.69%-
HSV(B)97.57º89.92%46.67%-
XYZ8.0813.952.61-
YUV86.7785.8103.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 119 (46.88% from 255) = 65.03%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=28.42%
G=65.03%
B=6.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119120.5600.900.5397.5781.6825.69
Hex3477C3805A3562521a
Octal64167147001326514212232
Binary11010011101111100111000010110101101011100010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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