#348420

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

Shades of Bilbao #348420

Tints of Bilbao #348420

Color information

#348420 (or 0x348420) is unknown color: approx Bilbao. HEX triplet: 34, 84 and 20. RGB value is (52,132,32). Sum of RGB (Red+Green+Blue) = 52+132+32=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #348420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348420 is #CB7BDF. Grayscale: #606060. Windows color (decimal): -13335520 or 2130996. OLE color: 2130996.

HSL color Cylindrical-coordinate representation of color #348420: hue angle of 108º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #348420 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB5213232-
CMYK0.6100.760.48
HSL108º60.98%32.16%-
HSV(B)108º75.76%51.76%-
XYZ9.9317.344.19-
YUV96.6891.596.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 132 (51.95% from 255) = 61.11%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=24.07%
G=61.11%
B=14.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132320.6100.760.4810860.9832.16
Hex3484203D04C306c3d20
Octal6420440750114601547540
Binary11010010000100100000111101010011001100001101100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348420; }

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

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

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

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

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

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

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

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