#347D1F

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

Shades of Bilbao #347D1F

Tints of Bilbao #347D1F

Color information

#347D1F (or 0x347D1F) is unknown color: approx Bilbao. HEX triplet: 34, 7D and 1F. RGB value is (52,125,31). Sum of RGB (Red+Green+Blue) = 52+125+31=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #347D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D1F is #CB82E0. Grayscale: #5C5C5C. Windows color (decimal): -13337313 or 2063668. OLE color: 2063668.

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

Color convert

RGB5212531-
CMYK0.5800.750.51
HSL106.6º60.26%30.59%-
HSV(B)106.6º75.2%49.02%-
XYZ915.53.81-
YUV92.4693.3299.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 125 (49.22% from 255) = 60.10%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=25%
G=60.10%
B=14.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52125310.5800.750.51106.660.2630.59
Hex347D1F3A04B336b3c1f
Octal6417537720113631537437
Binary11010011111011111111101001001011110011110101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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