Html Css Color HEX #328027 Bilbao

📋 copy color: '#328027'

red 50 ◦ green 128 ◦ blue 39

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

Shades of Bilbao #328027

Tints of Bilbao #328027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.97%

R = 23.04%
G = 58.99%
B = 17.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#328027 (or 0x328027) is known color: Bilbao. HEX triplet: 32, 80 and 27. RGB value is (50,128,39). Sum of RGB (Red+Green+Blue) = 50+128+39=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #328027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328027 is #CD7FD8. Grayscale: #5E5E5E. Windows color (decimal): -13467609 or 2588722. OLE color: 2588722.

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

Color convert

RGB 50 128 39 -
CMYK 0.61 0 0.70 0.50
HSL 112.58º 0.53% 0.33% -
HSV(B) 112.58º 0.7% 0.5% -
XYZ 9.4 16.26 4.56 -
YUV 94.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 50 128 39 0.61 0 0.70 0.50 112.58 0.53 0.33
Hex 32 80 27 3D 0 46 32 71 35 21
Octal 62 200 47 75 0 106 62 161 65 41
Binary 110010 10000000 100111 111101 0 1000110 110010 1110001 110101 100001

Color Harmonies of #328027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328027

Black with #328027

Text Example


Text Example

White with #328027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328027; }

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

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

background-color css

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

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

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

border-color css

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

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

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