Html Css Color HEX #328211 Bilbao

📋 copy color: '#328211'

red 50 ◦ green 130 ◦ blue 17

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

Shades of Bilbao #328211

Tints of Bilbao #328211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 25.38%
G = 65.99%
B = 8.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#328211 (or 0x328211) is known color: Bilbao. HEX triplet: 32, 82 and 11. RGB value is (50,130,17). Sum of RGB (Red+Green+Blue) = 50+130+17=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #328211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328211 is #CD7DEE. Grayscale: #5D5D5D. Windows color (decimal): -13467119 or 1147442. OLE color: 1147442.

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

Color convert

RGB 50 130 17 -
CMYK 0.62 0 0.87 0.49
HSL 102.48º 0.77% 0.29% -
HSV(B) 102.48º 0.87% 0.51% -
XYZ 9.4 16.68 3.26 -
YUV 93.2 85 97.19 -
System Red Green Blue C M Y K H S L
Decimal 50 130 17 0.62 0 0.87 0.49 102.48 0.77 0.29
Hex 32 82 11 3E 0 57 31 66 4D 1D
Octal 62 202 21 76 0 127 61 146 115 35
Binary 110010 10000010 10001 111110 0 1010111 110001 1100110 1001101 11101

Color Harmonies of #328211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328211

Black with #328211

Text Example


Text Example

White with #328211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328211; }

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

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

background-color css

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

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

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

border-color css

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

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

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