Html Css Color HEX #328A16 Bilbao

📋 copy color: '#328A16'

red 50 ◦ green 138 ◦ blue 22

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

Shades of Bilbao #328A16

Tints of Bilbao #328A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 65.71%

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

R = 23.81%
G = 65.71%
B = 10.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#328A16 (or 0x328A16) is known color: Bilbao. HEX triplet: 32, 8A and 16. RGB value is (50,138,22). Sum of RGB (Red+Green+Blue) = 50+138+22=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #328A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328A16 is #CD75E9. Grayscale: #626262. Windows color (decimal): -13465066 or 1477170. OLE color: 1477170.

HSL color Cylindrical-coordinate representation of color #328A16: hue angle of 105.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #328A16 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 138 22 -
CMYK 0.64 0 0.84 0.46
HSL 105.52º 0.73% 0.31% -
HSV(B) 105.52º 0.84% 0.54% -
XYZ 10.55 18.91 3.85 -
YUV 98.46 84.85 93.43 -
System Red Green Blue C M Y K H S L
Decimal 50 138 22 0.64 0 0.84 0.46 105.52 0.73 0.31
Hex 32 8A 16 40 0 54 2E 6A 48 1F
Octal 62 212 26 100 0 124 56 152 110 37
Binary 110010 10001010 10110 1000000 0 1010100 101110 1101010 1001000 11111

Color Harmonies of #328A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A16

Black with #328A16

Text Example


Text Example

White with #328A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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