Html Css Color HEX #328401 Bilbao

📋 copy color: '#328401'

red 50 ◦ green 132 ◦ blue 1

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

Shades of Bilbao #328401

Tints of Bilbao #328401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 72.13%

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

R = 27.32%
G = 72.13%
B = 0.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#328401 (or 0x328401) is known color: Bilbao. HEX triplet: 32, 84 and 01. RGB value is (50,132,1). Sum of RGB (Red+Green+Blue) = 50+132+1=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 132 (51.95% from 255 or 72.13% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 132 - color contains mainly: green. Hex color #328401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328401 is #CD7BFE. Grayscale: #5C5C5C. Windows color (decimal): -13466623 or 99378. OLE color: 99378.

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

Color convert

RGB 50 132 1 -
CMYK 0.62 0 0.99 0.48
HSL 97.56º 0.98% 0.26% -
HSV(B) 97.56º 0.99% 0.52% -
XYZ 9.57 17.18 2.84 -
YUV 92.55 76.33 97.65 -
System Red Green Blue C M Y K H S L
Decimal 50 132 1 0.62 0 0.99 0.48 97.56 0.98 0.26
Hex 32 84 1 3E 0 63 30 62 62 1A
Octal 62 204 1 76 0 143 60 142 142 32
Binary 110010 10000100 1 111110 0 1100011 110000 1100010 1100010 11010

Color Harmonies of #328401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328401

Black with #328401

Text Example


Text Example

White with #328401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328401; }

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

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

background-color css

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

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

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

border-color css

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

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

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