Html Css Color HEX #328819 Bilbao

📋 copy color: '#328819'

red 50 ◦ green 136 ◦ blue 25

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

Shades of Bilbao #328819

Tints of Bilbao #328819

RGB

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

 GREEN value IS 136 (53.52% from 255) = 64.45%

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

R = 23.7%
G = 64.45%
B = 11.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#328819 (or 0x328819) is known color: Bilbao. HEX triplet: 32, 88 and 19. RGB value is (50,136,25). Sum of RGB (Red+Green+Blue) = 50+136+25=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 136 (53.52% from 255 or 64.45% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 136 - color contains mainly: green. Hex color #328819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328819 is #CD77E6. Grayscale: #616161. Windows color (decimal): -13465575 or 1673266. OLE color: 1673266.

HSL color Cylindrical-coordinate representation of color #328819: hue angle of 106.49º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #328819 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 25 -
CMYK 0.63 0 0.82 0.47
HSL 106.49º 0.69% 0.32% -
HSV(B) 106.49º 0.82% 0.53% -
XYZ 10.3 18.36 3.92 -
YUV 97.63 87.01 94.03 -
System Red Green Blue C M Y K H S L
Decimal 50 136 25 0.63 0 0.82 0.47 106.49 0.69 0.32
Hex 32 88 19 3F 0 52 2F 6A 45 20
Octal 62 210 31 77 0 122 57 152 105 40
Binary 110010 10001000 11001 111111 0 1010010 101111 1101010 1000101 100000

Color Harmonies of #328819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328819

Black with #328819

Text Example


Text Example

White with #328819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328819; }

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

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

background-color css

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

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

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

border-color css

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

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

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