#347D07

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

Shades of Bilbao #347D07

Tints of Bilbao #347D07

Color information

#347D07 (or 0x347D07) is unknown color: approx Bilbao. HEX triplet: 34, 7D and 07. RGB value is (52,125,7). Sum of RGB (Red+Green+Blue) = 52+125+7=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 125 (49.22% from 255 or 67.93% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 125 - color contains mainly: green. Hex color #347D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347D07 is #CB82F8. Grayscale: #5A5A5A. Windows color (decimal): -13337337 or 490804. OLE color: 490804.

HSL color Cylindrical-coordinate representation of color #347D07: hue angle of 97.12º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #347D07 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB521257-
CMYK0.5800.940.51
HSL97.12º89.39%25.88%-
HSV(B)97.12º94.4%49.02%-
XYZ8.7915.412.71-
YUV89.7281.32101.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 125 (49.22% from 255) = 67.93%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=28.26%
G=67.93%
B=3.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5212570.5800.940.5197.1289.3925.88
Hex347D73A05E3361591a
Octal6417577201366314113132
Binary1101001111101111111010010111101100111100001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347D07; }

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

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

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

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

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

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

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

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