Html Css Color HEX #328721 Bilbao

📋 copy color: '#328721'

red 50 ◦ green 135 ◦ blue 33

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

Shades of Bilbao #328721

Tints of Bilbao #328721

RGB

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

 GREEN value IS 135 (53.13% from 255) = 61.93%

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 22.94%
G = 61.93%
B = 15.14%

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

#328721 (or 0x328721) is known color: Bilbao. HEX triplet: 32, 87 and 21. RGB value is (50,135,33). Sum of RGB (Red+Green+Blue) = 50+135+33=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #328721 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328721 is #CD78DE. Grayscale: #626262. Windows color (decimal): -13465823 or 2197298. OLE color: 2197298.

HSL color Cylindrical-coordinate representation of color #328721: hue angle of 110º degrees, saturation: 0.61, 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 #328721 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 135 33 -
CMYK 0.63 0 0.76 0.47
HSL 110º 0.61% 0.33% -
HSV(B) 110º 0.76% 0.53% -
XYZ 10.25 18.12 4.4 -
YUV 97.96 91.34 93.79 -
System Red Green Blue C M Y K H S L
Decimal 50 135 33 0.63 0 0.76 0.47 110 0.61 0.33
Hex 32 87 21 3F 0 4C 2F 6E 3D 21
Octal 62 207 41 77 0 114 57 156 75 41
Binary 110010 10000111 100001 111111 0 1001100 101111 1101110 111101 100001

Color Harmonies of #328721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328721

Black with #328721

Text Example


Text Example

White with #328721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328721; }

 p { color: rgb(50,135,33); }

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

background-color css

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

 a { background-color: rgb(50,135,33); }

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

border-color css

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

 span { border-color: rgb(50,135,33); }

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