Html Css Color HEX #328224 Bilbao

📋 copy color: '#328224'

red 50 ◦ green 130 ◦ blue 36

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

Shades of Bilbao #328224

Tints of Bilbao #328224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.19%

 BLUE value IS 36 (14.45% from 255) = 16.67%

R = 23.15%
G = 60.19%
B = 16.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#328224 (or 0x328224) is known color: Bilbao. HEX triplet: 32, 82 and 24. RGB value is (50,130,36). Sum of RGB (Red+Green+Blue) = 50+130+36=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #328224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328224 is #CD7DDB. Grayscale: #5F5F5F. Windows color (decimal): -13467100 or 2392626. OLE color: 2392626.

HSL color Cylindrical-coordinate representation of color #328224: hue angle of 111.06º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #328224 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 36 -
CMYK 0.62 0 0.72 0.49
HSL 111.06º 0.57% 0.33% -
HSV(B) 111.06º 0.72% 0.51% -
XYZ 9.62 16.77 4.4 -
YUV 95.36 94.5 95.64 -
System Red Green Blue C M Y K H S L
Decimal 50 130 36 0.62 0 0.72 0.49 111.06 0.57 0.33
Hex 32 82 24 3E 0 48 31 6F 39 21
Octal 62 202 44 76 0 110 61 157 71 41
Binary 110010 10000010 100100 111110 0 1001000 110001 1101111 111001 100001

Color Harmonies of #328224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328224

Black with #328224

Text Example


Text Example

White with #328224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328224; }

 p { color: rgb(50,130,36); }

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

background-color css

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

 a { background-color: rgb(50,130,36); }

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

border-color css

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

 span { border-color: rgb(50,130,36); }

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