Html Css Color HEX #328120 Bilbao

📋 copy color: '#328120'

red 50 ◦ green 129 ◦ blue 32

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

Shades of Bilbao #328120

Tints of Bilbao #328120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 61.14%

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

R = 23.7%
G = 61.14%
B = 15.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#328120 (or 0x328120) is known color: Bilbao. HEX triplet: 32, 81 and 20. RGB value is (50,129,32). Sum of RGB (Red+Green+Blue) = 50+129+32=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #328120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328120 is #CD7EDF. Grayscale: #5E5E5E. Windows color (decimal): -13467360 or 2130226. OLE color: 2130226.

HSL color Cylindrical-coordinate representation of color #328120: hue angle of 108.87º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328120 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 129 32 -
CMYK 0.61 0 0.75 0.49
HSL 108.87º 0.6% 0.32% -
HSV(B) 108.87º 0.75% 0.51% -
XYZ 9.43 16.48 4.05 -
YUV 94.32 92.83 96.39 -
System Red Green Blue C M Y K H S L
Decimal 50 129 32 0.61 0 0.75 0.49 108.87 0.6 0.32
Hex 32 81 20 3D 0 4B 31 6D 3C 20
Octal 62 201 40 75 0 113 61 155 74 40
Binary 110010 10000001 100000 111101 0 1001011 110001 1101101 111100 100000

Color Harmonies of #328120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328120

Black with #328120

Text Example


Text Example

White with #328120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328120; }

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

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

background-color css

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

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

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

border-color css

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

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

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