Html Css Color HEX #328D19 Bilbao

📋 copy color: '#328D19'

red 50 ◦ green 141 ◦ blue 25

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

Shades of Bilbao #328D19

Tints of Bilbao #328D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.57%

R = 23.15%
G = 65.28%
B = 11.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#328D19 (or 0x328D19) is known color: Bilbao. HEX triplet: 32, 8D and 19. RGB value is (50,141,25). Sum of RGB (Red+Green+Blue) = 50+141+25=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #328D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328D19 is #CD72E6. Grayscale: #646464. Windows color (decimal): -13464295 or 1674546. OLE color: 1674546.

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

Color convert

RGB 50 141 25 -
CMYK 0.65 0 0.82 0.45
HSL 107.07º 0.7% 0.33% -
HSV(B) 107.07º 0.82% 0.55% -
XYZ 11.02 19.8 4.16 -
YUV 100.57 85.35 91.93 -
System Red Green Blue C M Y K H S L
Decimal 50 141 25 0.65 0 0.82 0.45 107.07 0.7 0.33
Hex 32 8D 19 41 0 52 2D 6B 46 21
Octal 62 215 31 101 0 122 55 153 106 41
Binary 110010 10001101 11001 1000001 0 1010010 101101 1101011 1000110 100001

Color Harmonies of #328D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D19

Black with #328D19

Text Example


Text Example

White with #328D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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