#347E0A

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

Shades of Bilbao #347E0A

Tints of Bilbao #347E0A

Color information

#347E0A (or 0x347E0A) is unknown color: approx Bilbao. HEX triplet: 34, 7E and 0A. RGB value is (52,126,10). Sum of RGB (Red+Green+Blue) = 52+126+10=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 126 (49.61% from 255 or 67.02% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 126 - color contains mainly: green. Hex color #347E0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347E0A is #CB81F5. Grayscale: #5B5B5B. Windows color (decimal): -13337078 or 687668. OLE color: 687668.

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

Color convert

RGB5212610-
CMYK0.5900.920.51
HSL98.28º85.29%26.67%-
HSV(B)98.28º92.06%49.41%-
XYZ8.9315.672.84-
YUV90.6582.48100.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 126 (49.61% from 255) = 67.02%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=27.66%
G=67.02%
B=5.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52126100.5900.920.5198.2885.2926.67
Hex347EA3B05C3362551b
Octal64176127301346314212533
Binary11010011111101010111011010111001100111100010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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