#347007

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

Shades of Bilbao #347007

Tints of Bilbao #347007

Color information

#347007 (or 0x347007) is unknown color: approx Bilbao. HEX triplet: 34, 70 and 07. RGB value is (52,112,7). Sum of RGB (Red+Green+Blue) = 52+112+7=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #347007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347007 is #CB8FF8. Grayscale: #525252. Windows color (decimal): -13340665 or 487476. OLE color: 487476.

HSL color Cylindrical-coordinate representation of color #347007: hue angle of 94.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #347007 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB521127-
CMYK0.5400.940.56
HSL94.29º88.24%23.33%-
HSV(B)94.29º93.75%43.92%-
XYZ7.2512.332.2-
YUV82.0985.62106.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 112 (44.14% from 255) = 65.50%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=30.41%
G=65.50%
B=4.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5211270.5400.940.5694.2988.2423.33
Hex347073605E385e5817
Octal6416076601367013613027
Binary1101001110000111110110010111101110001011110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347007; }

 p { color: rgb(52,112,7); }

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

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

 a { background-color: rgb(52,112,7); }

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

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

 span { border-color: rgb(52,112,7); }

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