#34730B

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

Shades of Bilbao #34730B

Tints of Bilbao #34730B

Color information

#34730B (or 0x34730B) is unknown color: approx Bilbao. HEX triplet: 34, 73 and 0B. RGB value is (52,115,11). Sum of RGB (Red+Green+Blue) = 52+115+11=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 115 (45.31% from 255 or 64.61% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 115 - color contains mainly: green. Hex color #34730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34730B is #CB8CF4. Grayscale: #545454. Windows color (decimal): -13339893 or 750388. OLE color: 750388.

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

Color convert

RGB5211511-
CMYK0.5500.900.55
HSL96.35º82.54%24.71%-
HSV(B)96.35º90.43%45.1%-
XYZ7.6113.022.43-
YUV84.3186.63104.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 115 (45.31% from 255) = 64.61%
BLUE value IS 11 (4.69% from 255) = 6.18%
R=29.21%
G=64.61%
B=6.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115110.5500.900.5596.3582.5424.71
Hex3473B3705A37605319
Octal64163136701326714012331
Binary11010011100111011110111010110101101111100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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