#34730D

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

Shades of Bilbao #34730D

Tints of Bilbao #34730D

Color information

#34730D (or 0x34730D) is unknown color: approx Bilbao. HEX triplet: 34, 73 and 0D. RGB value is (52,115,13). Sum of RGB (Red+Green+Blue) = 52+115+13=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 115 (45.31% from 255 or 63.89% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 115 - color contains mainly: green. Hex color #34730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34730D is #CB8CF2. Grayscale: #545454. Windows color (decimal): -13339891 or 881460. OLE color: 881460.

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

Color convert

RGB5211513-
CMYK0.5500.890.55
HSL97.06º79.69%25.1%-
HSV(B)97.06º88.7%45.1%-
XYZ7.6213.022.49-
YUV84.5487.63104.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 115 (45.31% from 255) = 63.89%
BLUE value IS 13 (5.47% from 255) = 7.22%
R=28.89%
G=63.89%
B=7.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115130.5500.890.5597.0679.6925.1
Hex3473D3705937615019
Octal64163156701316714112031
Binary11010011100111101110111010110011101111100001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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