Html Css Color HEX #328D09 Bilbao

📋 copy color: '#328D09'

red 50 ◦ green 141 ◦ blue 9

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

Shades of Bilbao #328D09

Tints of Bilbao #328D09

RGB

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

 GREEN value IS 141 (55.47% from 255) = 70.5%

 BLUE value IS 9 (3.91% from 255) = 4.5%

R = 25%
G = 70.5%
B = 4.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#328D09 (or 0x328D09) is known color: Bilbao. HEX triplet: 32, 8D and 09. RGB value is (50,141,9). Sum of RGB (Red+Green+Blue) = 50+141+9=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 141 (55.47% from 255 or 70.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 141 - color contains mainly: green. Hex color #328D09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328D09 is #CD72F6. Grayscale: #636363. Windows color (decimal): -13464311 or 625970. OLE color: 625970.

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

Color convert

RGB 50 141 9 -
CMYK 0.65 0 0.94 0.45
HSL 101.36º 0.88% 0.29% -
HSV(B) 101.36º 0.94% 0.55% -
XYZ 10.89 19.75 3.5 -
YUV 98.74 77.35 93.23 -
System Red Green Blue C M Y K H S L
Decimal 50 141 9 0.65 0 0.94 0.45 101.36 0.88 0.29
Hex 32 8D 9 41 0 5E 2D 65 58 1D
Octal 62 215 11 101 0 136 55 145 130 35
Binary 110010 10001101 1001 1000001 0 1011110 101101 1100101 1011000 11101

Color Harmonies of #328D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D09

Black with #328D09

Text Example


Text Example

White with #328D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,141,9); }

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

background-color css

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

 a { background-color: rgb(50,141,9); }

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

border-color css

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

 span { border-color: rgb(50,141,9); }

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