Html Css Color HEX #328901 Bilbao

📋 copy color: '#328901'

red 50 ◦ green 137 ◦ blue 1

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

Shades of Bilbao #328901

Tints of Bilbao #328901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 72.87%

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

R = 26.6%
G = 72.87%
B = 0.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#328901 (or 0x328901) is known color: Bilbao. HEX triplet: 32, 89 and 01. RGB value is (50,137,1). Sum of RGB (Red+Green+Blue) = 50+137+1=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 137 (53.91% from 255 or 72.87% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 137 - color contains mainly: green. Hex color #328901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328901 is #CD76FE. Grayscale: #5F5F5F. Windows color (decimal): -13465343 or 100658. OLE color: 100658.

HSL color Cylindrical-coordinate representation of color #328901: hue angle of 98.38º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #328901 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 1 -
CMYK 0.64 0 0.99 0.46
HSL 98.38º 0.99% 0.27% -
HSV(B) 98.38º 0.99% 0.54% -
XYZ 10.27 18.57 3.07 -
YUV 95.48 74.68 95.56 -
System Red Green Blue C M Y K H S L
Decimal 50 137 1 0.64 0 0.99 0.46 98.38 0.99 0.27
Hex 32 89 1 40 0 63 2E 62 63 1B
Octal 62 211 1 100 0 143 56 142 143 33
Binary 110010 10001001 1 1000000 0 1100011 101110 1100010 1100011 11011

Color Harmonies of #328901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328901

Black with #328901

Text Example


Text Example

White with #328901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328901; }

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

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

background-color css

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

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

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

border-color css

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

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

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