#347017

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

Shades of Bilbao #347017

Tints of Bilbao #347017

Color information

#347017 (or 0x347017) is unknown color: approx Bilbao. HEX triplet: 34, 70 and 17. RGB value is (52,112,23). Sum of RGB (Red+Green+Blue) = 52+112+23=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #347017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347017 is #CB8FE8. Grayscale: #545454. Windows color (decimal): -13340649 or 1536052. OLE color: 1536052.

HSL color Cylindrical-coordinate representation of color #347017: hue angle of 100.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #347017 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB5211223-
CMYK0.5400.790.56
HSL100.45º65.93%26.47%-
HSV(B)100.45º79.46%43.92%-
XYZ7.3612.382.81-
YUV83.9193.62105.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 112 (44.14% from 255) = 59.89%
BLUE value IS 23 (9.38% from 255) = 12.30%
R=27.81%
G=59.89%
B=12.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112230.5400.790.56100.4565.9326.47
Hex3470173604F3864421a
Octal64160276601177014410232
Binary110100111000010111110110010011111110001100100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347017; }

 p { color: rgb(52,112,23); }

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

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

 a { background-color: rgb(52,112,23); }

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

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

 span { border-color: rgb(52,112,23); }

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