#347521

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

Shades of Bilbao #347521

Tints of Bilbao #347521

Color information

#347521 (or 0x347521) is unknown color: approx Bilbao. HEX triplet: 34, 75 and 21. RGB value is (52,117,33). Sum of RGB (Red+Green+Blue) = 52+117+33=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #347521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347521 is #CB8ADE. Grayscale: #585858. Windows color (decimal): -13339359 or 2192692. OLE color: 2192692.

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

Color convert

RGB5211733-
CMYK0.5600.720.54
HSL106.43º56%29.41%-
HSV(B)106.43º71.79%45.88%-
XYZ8.0513.563.63-
YUV87.9996.97102.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 117 (46.09% from 255) = 57.92%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=25.74%
G=57.92%
B=16.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117330.5600.720.54106.435629.41
Hex34752138048366a381d
Octal6416541700110661527035
Binary110100111010110000111100001001000110110110101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347521; }

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

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

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

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

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

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

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

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