#347C05

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

Shades of Bilbao #347C05

Tints of Bilbao #347C05

Color information

#347C05 (or 0x347C05) is unknown color: approx Bilbao. HEX triplet: 34, 7C and 05. RGB value is (52,124,5). Sum of RGB (Red+Green+Blue) = 52+124+5=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 124 (48.83% from 255 or 68.51% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 124 - color contains mainly: green. Hex color #347C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347C05 is #CB83FA. Grayscale: #595959. Windows color (decimal): -13337595 or 359476. OLE color: 359476.

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

Color convert

RGB521245-
CMYK0.5800.960.51
HSL96.3º92.25%25.29%-
HSV(B)96.3º95.97%48.63%-
XYZ8.6515.162.61-
YUV88.9180.65101.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 124 (48.83% from 255) = 68.51%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=28.73%
G=68.51%
B=2.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5212450.5800.960.5196.392.2525.29
Hex347C53A06033605c19
Octal6417457201406314013431
Binary1101001111100101111010011000001100111100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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