#347F0A

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

Shades of Bilbao #347F0A

Tints of Bilbao #347F0A

Color information

#347F0A (or 0x347F0A) is unknown color: approx Bilbao. HEX triplet: 34, 7F and 0A. RGB value is (52,127,10). Sum of RGB (Red+Green+Blue) = 52+127+10=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 127 (50% from 255 or 67.20% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 127 - color contains mainly: green. Hex color #347F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347F0A is #CB80F5. Grayscale: #5B5B5B. Windows color (decimal): -13336822 or 687924. OLE color: 687924.

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

Color convert

RGB5212710-
CMYK0.5900.920.50
HSL98.46º85.4%26.86%-
HSV(B)98.46º92.13%49.8%-
XYZ9.0615.932.88-
YUV91.2482.15100.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 127 (50% from 255) = 67.20%
BLUE value IS 10 (4.30% from 255) = 5.29%
R=27.51%
G=67.20%
B=5.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52127100.5900.920.5098.4685.426.86
Hex347FA3B05C3262551b
Octal64177127301346214212533
Binary11010011111111010111011010111001100101100010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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