Html Css Color HEX #328210 Bilbao

📋 copy color: '#328210'

red 50 ◦ green 130 ◦ blue 16

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

Shades of Bilbao #328210

Tints of Bilbao #328210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 25.51%
G = 66.33%
B = 8.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#328210 (or 0x328210) is known color: Bilbao. HEX triplet: 32, 82 and 10. RGB value is (50,130,16). Sum of RGB (Red+Green+Blue) = 50+130+16=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #328210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328210 is #CD7DEF. Grayscale: #5D5D5D. Windows color (decimal): -13467120 or 1081906. OLE color: 1081906.

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

Color convert

RGB 50 130 16 -
CMYK 0.62 0 0.88 0.49
HSL 102.11º 0.78% 0.29% -
HSV(B) 102.11º 0.88% 0.51% -
XYZ 9.39 16.68 3.21 -
YUV 93.08 84.5 97.27 -
System Red Green Blue C M Y K H S L
Decimal 50 130 16 0.62 0 0.88 0.49 102.11 0.78 0.29
Hex 32 82 10 3E 0 58 31 66 4E 1D
Octal 62 202 20 76 0 130 61 146 116 35
Binary 110010 10000010 10000 111110 0 1011000 110001 1100110 1001110 11101

Color Harmonies of #328210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328210

Black with #328210

Text Example


Text Example

White with #328210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328210; }

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

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

background-color css

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

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

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

border-color css

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

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

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