#347C1A

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

Shades of Bilbao #347C1A

Tints of Bilbao #347C1A

Color information

#347C1A (or 0x347C1A) is unknown color: approx Bilbao. HEX triplet: 34, 7C and 1A. RGB value is (52,124,26). Sum of RGB (Red+Green+Blue) = 52+124+26=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #347C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C1A is #CB83E5. Grayscale: #5B5B5B. Windows color (decimal): -13337574 or 1735732. OLE color: 1735732.

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

Color convert

RGB5212426-
CMYK0.5800.790.51
HSL104.08º65.33%29.41%-
HSV(B)104.08º79.03%48.63%-
XYZ8.8115.223.45-
YUV91.391.1599.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 124 (48.83% from 255) = 61.39%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=25.74%
G=61.39%
B=12.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52124260.5800.790.51104.0865.3329.41
Hex347C1A3A04F3368411d
Octal64174327201176315010135
Binary110100111110011010111010010011111100111101000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,124,26); }

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

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

 a { background-color: rgb(52,124,26); }

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

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

 span { border-color: rgb(52,124,26); }

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