#347F10

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

Shades of Bilbao #347F10

Tints of Bilbao #347F10

Color information

#347F10 (or 0x347F10) is unknown color: approx Bilbao. HEX triplet: 34, 7F and 10. RGB value is (52,127,16). Sum of RGB (Red+Green+Blue) = 52+127+16=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #347F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347F10 is #CB80EF. Grayscale: #5C5C5C. Windows color (decimal): -13336816 or 1081140. OLE color: 1081140.

HSL color Cylindrical-coordinate representation of color #347F10: hue angle of 100.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #347F10 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB5212716-
CMYK0.5900.870.50
HSL100.54º77.62%28.04%-
HSV(B)100.54º87.4%49.8%-
XYZ9.115.953.09-
YUV91.9285.1599.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 127 (50% from 255) = 65.13%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=26.67%
G=65.13%
B=8.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52127160.5900.870.50100.5477.6228.04
Hex347F103B05732654e1c
Octal64177207301276214511634
Binary110100111111110000111011010101111100101100101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,127,16); }

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

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

 a { background-color: rgb(52,127,16); }

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

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

 span { border-color: rgb(52,127,16); }

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