Html Css Color HEX #328212 Bilbao

📋 copy color: '#328212'

red 50 ◦ green 130 ◦ blue 18

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

Shades of Bilbao #328212

Tints of Bilbao #328212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 25.25%
G = 65.66%
B = 9.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#328212 (or 0x328212) is known color: Bilbao. HEX triplet: 32, 82 and 12. RGB value is (50,130,18). Sum of RGB (Red+Green+Blue) = 50+130+18=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #328212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328212 is #CD7DED. Grayscale: #5D5D5D. Windows color (decimal): -13467118 or 1212978. OLE color: 1212978.

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

Color convert

RGB 50 130 18 -
CMYK 0.62 0 0.86 0.49
HSL 102.86º 0.76% 0.29% -
HSV(B) 102.86º 0.86% 0.51% -
XYZ 9.41 16.69 3.3 -
YUV 93.31 85.5 97.11 -
System Red Green Blue C M Y K H S L
Decimal 50 130 18 0.62 0 0.86 0.49 102.86 0.76 0.29
Hex 32 82 12 3E 0 56 31 67 4C 1D
Octal 62 202 22 76 0 126 61 147 114 35
Binary 110010 10000010 10010 111110 0 1010110 110001 1100111 1001100 11101

Color Harmonies of #328212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328212

Black with #328212

Text Example


Text Example

White with #328212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328212; }

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

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

background-color css

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

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

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

border-color css

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

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

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