Html Css Color HEX #328B04 Bilbao

📋 copy color: '#328B04'

red 50 ◦ green 139 ◦ blue 4

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

Shades of Bilbao #328B04

Tints of Bilbao #328B04

RGB

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

 GREEN value IS 139 (54.69% from 255) = 72.02%

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 25.91%
G = 72.02%
B = 2.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#328B04 (or 0x328B04) is known color: Bilbao. HEX triplet: 32, 8B and 04. RGB value is (50,139,4). Sum of RGB (Red+Green+Blue) = 50+139+4=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 139 (54.69% from 255 or 72.02% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 139 - color contains mainly: green. Hex color #328B04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328B04 is #CD74FB. Grayscale: #616161. Windows color (decimal): -13464828 or 297778. OLE color: 297778.

HSL color Cylindrical-coordinate representation of color #328B04: hue angle of 99.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #328B04 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 4 -
CMYK 0.64 0 0.97 0.45
HSL 99.56º 0.94% 0.28% -
HSV(B) 99.56º 0.97% 0.55% -
XYZ 10.57 19.15 3.25 -
YUV 97 75.51 94.48 -
System Red Green Blue C M Y K H S L
Decimal 50 139 4 0.64 0 0.97 0.45 99.56 0.94 0.28
Hex 32 8B 4 40 0 61 2D 64 5E 1C
Octal 62 213 4 100 0 141 55 144 136 34
Binary 110010 10001011 100 1000000 0 1100001 101101 1100100 1011110 11100

Color Harmonies of #328B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B04

Black with #328B04

Text Example


Text Example

White with #328B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328B04; }

 p { color: rgb(50,139,4); }

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

background-color css

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

 a { background-color: rgb(50,139,4); }

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

border-color css

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

 span { border-color: rgb(50,139,4); }

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