Html Css Color HEX #328D05 Bilbao

📋 copy color: '#328D05'

red 50 ◦ green 141 ◦ blue 5

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

Shades of Bilbao #328D05

Tints of Bilbao #328D05

RGB

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

 GREEN value IS 141 (55.47% from 255) = 71.94%

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

R = 25.51%
G = 71.94%
B = 2.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#328D05 (or 0x328D05) is known color: Bilbao. HEX triplet: 32, 8D and 05. RGB value is (50,141,5). Sum of RGB (Red+Green+Blue) = 50+141+5=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 141 (55.47% from 255 or 71.94% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 141 - color contains mainly: green. Hex color #328D05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328D05 is #CD72FA. Grayscale: #626262. Windows color (decimal): -13464315 or 363826. OLE color: 363826.

HSL color Cylindrical-coordinate representation of color #328D05: hue angle of 100.15º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #328D05 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 141 5 -
CMYK 0.65 0 0.96 0.45
HSL 100.15º 0.93% 0.29% -
HSV(B) 100.15º 0.96% 0.55% -
XYZ 10.87 19.74 3.38 -
YUV 98.29 75.35 93.56 -
System Red Green Blue C M Y K H S L
Decimal 50 141 5 0.65 0 0.96 0.45 100.15 0.93 0.29
Hex 32 8D 5 41 0 60 2D 64 5D 1D
Octal 62 215 5 101 0 140 55 144 135 35
Binary 110010 10001101 101 1000001 0 1100000 101101 1100100 1011101 11101

Color Harmonies of #328D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D05

Black with #328D05

Text Example


Text Example

White with #328D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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