Html Css Color HEX #328516 Bilbao

📋 copy color: '#328516'

red 50 ◦ green 133 ◦ blue 22

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

Shades of Bilbao #328516

Tints of Bilbao #328516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.88%

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

R = 24.39%
G = 64.88%
B = 10.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#328516 (or 0x328516) is known color: Bilbao. HEX triplet: 32, 85 and 16. RGB value is (50,133,22). Sum of RGB (Red+Green+Blue) = 50+133+22=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #328516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328516 is #CD7AE9. Grayscale: #5F5F5F. Windows color (decimal): -13466346 or 1475890. OLE color: 1475890.

HSL color Cylindrical-coordinate representation of color #328516: hue angle of 104.86º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #328516 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 22 -
CMYK 0.62 0 0.83 0.48
HSL 104.86º 0.72% 0.3% -
HSV(B) 104.86º 0.83% 0.52% -
XYZ 9.85 17.51 3.62 -
YUV 95.53 86.5 95.53 -
System Red Green Blue C M Y K H S L
Decimal 50 133 22 0.62 0 0.83 0.48 104.86 0.72 0.3
Hex 32 85 16 3E 0 53 30 69 48 1E
Octal 62 205 26 76 0 123 60 151 110 36
Binary 110010 10000101 10110 111110 0 1010011 110000 1101001 1001000 11110

Color Harmonies of #328516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328516

Black with #328516

Text Example


Text Example

White with #328516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328516; }

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

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

background-color css

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

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

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

border-color css

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

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

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