Html Css Color HEX #328301 Bilbao

📋 copy color: '#328301'

red 50 ◦ green 131 ◦ blue 1

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

Shades of Bilbao #328301

Tints of Bilbao #328301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 71.98%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 27.47%
G = 71.98%
B = 0.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#328301 (or 0x328301) is known color: Bilbao. HEX triplet: 32, 83 and 01. RGB value is (50,131,1). Sum of RGB (Red+Green+Blue) = 50+131+1=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 131 (51.56% from 255 or 71.98% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 131 - color contains mainly: green. Hex color #328301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328301 is #CD7CFE. Grayscale: #5C5C5C. Windows color (decimal): -13466879 or 99122. OLE color: 99122.

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

Color convert

RGB 50 131 1 -
CMYK 0.62 0 0.99 0.49
HSL 97.38º 0.98% 0.26% -
HSV(B) 97.38º 0.99% 0.51% -
XYZ 9.44 16.91 2.8 -
YUV 91.96 76.66 98.07 -
System Red Green Blue C M Y K H S L
Decimal 50 131 1 0.62 0 0.99 0.49 97.38 0.98 0.26
Hex 32 83 1 3E 0 63 31 61 62 1A
Octal 62 203 1 76 0 143 61 141 142 32
Binary 110010 10000011 1 111110 0 1100011 110001 1100001 1100010 11010

Color Harmonies of #328301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328301

Black with #328301

Text Example


Text Example

White with #328301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328301; }

 p { color: rgb(50,131,1); }

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

background-color css

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

 a { background-color: rgb(50,131,1); }

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

border-color css

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

 span { border-color: rgb(50,131,1); }

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