Html Css Color HEX #328616 Bilbao

📋 copy color: '#328616'

red 50 ◦ green 134 ◦ blue 22

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

Shades of Bilbao #328616

Tints of Bilbao #328616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 65.05%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 24.27%
G = 65.05%
B = 10.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#328616 (or 0x328616) is known color: Bilbao. HEX triplet: 32, 86 and 16. RGB value is (50,134,22). Sum of RGB (Red+Green+Blue) = 50+134+22=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #328616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328616 is #CD79E9. Grayscale: #606060. Windows color (decimal): -13466090 or 1476146. OLE color: 1476146.

HSL color Cylindrical-coordinate representation of color #328616: hue angle of 105º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #328616 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 22 -
CMYK 0.63 0 0.84 0.47
HSL 105º 0.72% 0.31% -
HSV(B) 105º 0.84% 0.53% -
XYZ 9.99 17.79 3.67 -
YUV 96.12 86.17 95.11 -
System Red Green Blue C M Y K H S L
Decimal 50 134 22 0.63 0 0.84 0.47 105 0.72 0.31
Hex 32 86 16 3F 0 54 2F 69 48 1F
Octal 62 206 26 77 0 124 57 151 110 37
Binary 110010 10000110 10110 111111 0 1010100 101111 1101001 1001000 11111

Color Harmonies of #328616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328616

Black with #328616

Text Example


Text Example

White with #328616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328616; }

 p { color: rgb(50,134,22); }

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

background-color css

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

 a { background-color: rgb(50,134,22); }

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

border-color css

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

 span { border-color: rgb(50,134,22); }

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