#328413

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

Shades of Bilbao #328413

Tints of Bilbao #328413

Color information

#328413 (or 0x328413) is unknown color: approx Bilbao. HEX triplet: 32, 84 and 13. RGB value is (50,132,19). Sum of RGB (Red+Green+Blue) = 50+132+19=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #328413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328413 is #CD7BEC. Grayscale: #5E5E5E. Windows color (decimal): -13466605 or 1279026. OLE color: 1279026.

HSL color Cylindrical-coordinate representation of color #328413: hue angle of 103.54º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #328413 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB5013219-
CMYK0.6200.860.48
HSL103.54º74.83%29.61%-
HSV(B)103.54º85.61%51.76%-
XYZ9.6817.233.43-
YUV94.685.3396.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 132 (51.95% from 255) = 65.67%
BLUE value IS 19 (7.81% from 255) = 9.45%
R=24.88%
G=65.67%
B=9.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50132190.6200.860.48103.5474.8329.61
Hex3284133E05630684b1e
Octal62204237601266015011336
Binary1100101000010010011111110010101101100001101000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328413; }

 p { color: rgb(50,132,19); }

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

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

 a { background-color: rgb(50,132,19); }

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

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

 span { border-color: rgb(50,132,19); }

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