Html Css Color HEX #328A09 Bilbao

📋 copy color: '#328A09'

red 50 ◦ green 138 ◦ blue 9

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

Shades of Bilbao #328A09

Tints of Bilbao #328A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 70.05%

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

R = 25.38%
G = 70.05%
B = 4.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#328A09 (or 0x328A09) is known color: Bilbao. HEX triplet: 32, 8A and 09. RGB value is (50,138,9). Sum of RGB (Red+Green+Blue) = 50+138+9=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #328A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328A09 is #CD75F6. Grayscale: #616161. Windows color (decimal): -13465079 or 625202. OLE color: 625202.

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

Color convert

RGB 50 138 9 -
CMYK 0.64 0 0.93 0.46
HSL 100.93º 0.88% 0.29% -
HSV(B) 100.93º 0.93% 0.54% -
XYZ 10.45 18.87 3.35 -
YUV 96.98 78.35 94.49 -
System Red Green Blue C M Y K H S L
Decimal 50 138 9 0.64 0 0.93 0.46 100.93 0.88 0.29
Hex 32 8A 9 40 0 5D 2E 65 58 1D
Octal 62 212 11 100 0 135 56 145 130 35
Binary 110010 10001010 1001 1000000 0 1011101 101110 1100101 1011000 11101

Color Harmonies of #328A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A09

Black with #328A09

Text Example


Text Example

White with #328A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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