Html Css Color HEX #328205 Bilbao

📋 copy color: '#328205'

red 50 ◦ green 130 ◦ blue 5

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

Shades of Bilbao #328205

Tints of Bilbao #328205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 27.03%
G = 70.27%
B = 2.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#328205 (or 0x328205) is known color: Bilbao. HEX triplet: 32, 82 and 05. RGB value is (50,130,5). Sum of RGB (Red+Green+Blue) = 50+130+5=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #328205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328205 is #CD7DFA. Grayscale: #5C5C5C. Windows color (decimal): -13467131 or 361010. OLE color: 361010.

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

Color convert

RGB 50 130 5 -
CMYK 0.62 0 0.96 0.49
HSL 98.4º 0.93% 0.26% -
HSV(B) 98.4º 0.96% 0.51% -
XYZ 9.33 16.65 2.87 -
YUV 91.83 79 98.16 -
System Red Green Blue C M Y K H S L
Decimal 50 130 5 0.62 0 0.96 0.49 98.4 0.93 0.26
Hex 32 82 5 3E 0 60 31 62 5D 1A
Octal 62 202 5 76 0 140 61 142 135 32
Binary 110010 10000010 101 111110 0 1100000 110001 1100010 1011101 11010

Color Harmonies of #328205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328205

Black with #328205

Text Example


Text Example

White with #328205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328205; }

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

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

background-color css

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

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

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

border-color css

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

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

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