Html Css Color HEX #328820 Bilbao

📋 copy color: '#328820'

red 50 ◦ green 136 ◦ blue 32

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

Shades of Bilbao #328820

Tints of Bilbao #328820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 62.39%

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

R = 22.94%
G = 62.39%
B = 14.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#328820 (or 0x328820) is known color: Bilbao. HEX triplet: 32, 88 and 20. RGB value is (50,136,32). Sum of RGB (Red+Green+Blue) = 50+136+32=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #328820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328820 is #CD77DF. Grayscale: #626262. Windows color (decimal): -13465568 or 2132018. OLE color: 2132018.

HSL color Cylindrical-coordinate representation of color #328820: hue angle of 109.62º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328820 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 32 -
CMYK 0.63 0 0.76 0.47
HSL 109.62º 0.62% 0.33% -
HSV(B) 109.62º 0.76% 0.53% -
XYZ 10.38 18.39 4.37 -
YUV 98.43 90.51 93.46 -
System Red Green Blue C M Y K H S L
Decimal 50 136 32 0.63 0 0.76 0.47 109.62 0.62 0.33
Hex 32 88 20 3F 0 4C 2F 6E 3E 21
Octal 62 210 40 77 0 114 57 156 76 41
Binary 110010 10001000 100000 111111 0 1001100 101111 1101110 111110 100001

Color Harmonies of #328820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328820

Black with #328820

Text Example


Text Example

White with #328820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328820; }

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

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

background-color css

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

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

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

border-color css

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

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

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