#347C10

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

Shades of Bilbao #347C10

Tints of Bilbao #347C10

Color information

#347C10 (or 0x347C10) is unknown color: approx Bilbao. HEX triplet: 34, 7C and 10. RGB value is (52,124,16). Sum of RGB (Red+Green+Blue) = 52+124+16=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 124 (48.83% from 255 or 64.58% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 124 - color contains mainly: green. Hex color #347C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347C10 is #CB83EF. Grayscale: #5A5A5A. Windows color (decimal): -13337584 or 1080372. OLE color: 1080372.

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

Color convert

RGB5212416-
CMYK0.5800.870.51
HSL100º77.14%27.45%-
HSV(B)100º87.1%48.63%-
XYZ8.7215.182.96-
YUV90.1686.15100.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 124 (48.83% from 255) = 64.58%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=27.08%
G=64.58%
B=8.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52124160.5800.870.5110077.1427.45
Hex347C103A05733644d1b
Octal64174207201276314411533
Binary110100111110010000111010010101111100111100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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