#34730E

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

Shades of Bilbao #34730E

Tints of Bilbao #34730E

Color information

#34730E (or 0x34730E) is unknown color: approx Bilbao. HEX triplet: 34, 73 and 0E. RGB value is (52,115,14). Sum of RGB (Red+Green+Blue) = 52+115+14=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #34730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34730E is #CB8CF1. Grayscale: #545454. Windows color (decimal): -13339890 or 946996. OLE color: 946996.

HSL color Cylindrical-coordinate representation of color #34730E: hue angle of 97.43º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34730E is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB5211514-
CMYK0.5500.880.55
HSL97.43º78.29%25.29%-
HSV(B)97.43º87.83%45.1%-
XYZ7.6313.022.53-
YUV84.6588.13104.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 115 (45.31% from 255) = 63.54%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=28.73%
G=63.54%
B=7.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115140.5500.880.5597.4378.2925.29
Hex3473E3705837614e19
Octal64163166701306714111631
Binary11010011100111110110111010110001101111100001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34730E; }

 p { color: rgb(52,115,14); }

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

<style>
 a { background-color: #34730E; }

 a { background-color: rgb(52,115,14); }

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

<style>
 span { border-color: #34730E; }

 span { border-color: rgb(52,115,14); }

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