Html Css Color HEX #328420 Bilbao

📋 copy color: '#328420'

red 50 ◦ green 132 ◦ blue 32

#328420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #328420

Tints of Bilbao #328420

RGB

 RED value IS 50 (19.92% from 255) = 23.36%

 GREEN value IS 132 (51.95% from 255) = 61.68%

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 23.36%
G = 61.68%
B = 14.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#328420 (or 0x328420) is known color: Bilbao. HEX triplet: 32, 84 and 20. RGB value is (50,132,32). Sum of RGB (Red+Green+Blue) = 50+132+32=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #328420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328420 is #CD7BDF. Grayscale: #606060. Windows color (decimal): -13466592 or 2130994. OLE color: 2130994.

HSL color Cylindrical-coordinate representation of color #328420: hue angle of 109.2º 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 #328420 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 32 -
CMYK 0.62 0 0.76 0.48
HSL 109.2º 0.61% 0.32% -
HSV(B) 109.2º 0.76% 0.52% -
XYZ 9.83 17.28 4.18 -
YUV 96.08 91.83 95.13 -
System Red Green Blue C M Y K H S L
Decimal 50 132 32 0.62 0 0.76 0.48 109.2 0.61 0.32
Hex 32 84 20 3E 0 4C 30 6D 3D 20
Octal 62 204 40 76 0 114 60 155 75 40
Binary 110010 10000100 100000 111110 0 1001100 110000 1101101 111101 100000

Color Harmonies of #328420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328420

Black with #328420

Text Example


Text Example

White with #328420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328420; }

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

 H1.HeaderClassName
 {
   color: #328420;
 }
 .AnyTagClassName
 {
   color: #328420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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