#347820

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

Shades of Bilbao #347820

Tints of Bilbao #347820

Color information

#347820 (or 0x347820) is unknown color: approx Bilbao. HEX triplet: 34, 78 and 20. RGB value is (52,120,32). Sum of RGB (Red+Green+Blue) = 52+120+32=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #347820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347820 is #CB87DF. Grayscale: #595959. Windows color (decimal): -13338592 or 2127924. OLE color: 2127924.

HSL color Cylindrical-coordinate representation of color #347820: hue angle of 106.36º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #347820 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB5212032-
CMYK0.5700.730.53
HSL106.36º57.89%29.8%-
HSV(B)106.36º73.33%47.06%-
XYZ8.3914.273.68-
YUV89.6495.47101.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 120 (47.27% from 255) = 58.82%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=25.49%
G=58.82%
B=15.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120320.5700.730.53106.3657.8929.8
Hex34782039049356a3a1e
Octal6417040710111651527236
Binary110100111100010000011100101001001110101110101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347820; }

 p { color: rgb(52,120,32); }

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

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

 a { background-color: rgb(52,120,32); }

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

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

 span { border-color: rgb(52,120,32); }

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