Html Css Color HEX #328028 Bilbao

📋 copy color: '#328028'

red 50 ◦ green 128 ◦ blue 40

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

Shades of Bilbao #328028

Tints of Bilbao #328028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.72%

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 22.94%
G = 58.72%
B = 18.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#328028 (or 0x328028) is known color: Bilbao. HEX triplet: 32, 80 and 28. RGB value is (50,128,40). Sum of RGB (Red+Green+Blue) = 50+128+40=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #328028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328028 is #CD7FD7. Grayscale: #5E5E5E. Windows color (decimal): -13467608 or 2654258. OLE color: 2654258.

HSL color Cylindrical-coordinate representation of color #328028: hue angle of 113.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328028 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 128 40 -
CMYK 0.61 0 0.69 0.50
HSL 113.18º 0.52% 0.33% -
HSV(B) 113.18º 0.69% 0.5% -
XYZ 9.42 16.27 4.65 -
YUV 94.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 50 128 40 0.61 0 0.69 0.50 113.18 0.52 0.33
Hex 32 80 28 3D 0 45 32 71 34 21
Octal 62 200 50 75 0 105 62 161 64 41
Binary 110010 10000000 101000 111101 0 1000101 110010 1110001 110100 100001

Color Harmonies of #328028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328028

Black with #328028

Text Example


Text Example

White with #328028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328028; }

 p { color: rgb(50,128,40); }

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

background-color css

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

 a { background-color: rgb(50,128,40); }

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

border-color css

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

 span { border-color: rgb(50,128,40); }

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