#347505

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

Shades of Bilbao #347505

Tints of Bilbao #347505

Color information

#347505 (or 0x347505) is unknown color: approx Bilbao. HEX triplet: 34, 75 and 05. RGB value is (52,117,5). Sum of RGB (Red+Green+Blue) = 52+117+5=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #347505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347505 is #CB8AFA. Grayscale: #555555. Windows color (decimal): -13339387 or 357684. OLE color: 357684.

HSL color Cylindrical-coordinate representation of color #347505: hue angle of 94.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #347505 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB521175-
CMYK0.5600.960.54
HSL94.82º91.8%23.92%-
HSV(B)94.82º95.73%45.88%-
XYZ7.813.462.33-
YUV84.882.97104.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 117 (46.09% from 255) = 67.24%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=29.89%
G=67.24%
B=2.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5211750.5600.960.5494.8291.823.92
Hex3475538060365f5c18
Octal6416557001406613713430
Binary1101001110101101111000011000001101101011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347505; }

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

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

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

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

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

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

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

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