Html Css Color HEX #328A25 Bilbao

📋 copy color: '#328A25'

red 50 ◦ green 138 ◦ blue 37

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

Shades of Bilbao #328A25

Tints of Bilbao #328A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 22.22%
G = 61.33%
B = 16.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#328A25 (or 0x328A25) is known color: Bilbao. HEX triplet: 32, 8A and 25. RGB value is (50,138,37). Sum of RGB (Red+Green+Blue) = 50+138+37=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 138 (54.30% from 255 or 61.33% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 138 - color contains mainly: green. Hex color #328A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A25 is #CD75DA. Grayscale: #646464. Windows color (decimal): -13465051 or 2460210. OLE color: 2460210.

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

Color convert

RGB 50 138 37 -
CMYK 0.64 0 0.73 0.46
HSL 112.28º 0.58% 0.34% -
HSV(B) 112.28º 0.73% 0.54% -
XYZ 10.74 18.99 4.85 -
YUV 100.17 92.35 92.21 -
System Red Green Blue C M Y K H S L
Decimal 50 138 37 0.64 0 0.73 0.46 112.28 0.58 0.34
Hex 32 8A 25 40 0 49 2E 70 3A 22
Octal 62 212 45 100 0 111 56 160 72 42
Binary 110010 10001010 100101 1000000 0 1001001 101110 1110000 111010 100010

Color Harmonies of #328A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A25

Black with #328A25

Text Example


Text Example

White with #328A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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