Html Css Color HEX #328526 Bilbao

📋 copy color: '#328526'

red 50 ◦ green 133 ◦ blue 38

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

Shades of Bilbao #328526

Tints of Bilbao #328526

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.18%

 BLUE value IS 38 (15.23% from 255) = 17.19%

R = 22.62%
G = 60.18%
B = 17.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#328526 (or 0x328526) is known color: Bilbao. HEX triplet: 32, 85 and 26. RGB value is (50,133,38). Sum of RGB (Red+Green+Blue) = 50+133+38=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #328526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328526 is #CD7AD9. Grayscale: #616161. Windows color (decimal): -13466330 or 2524466. OLE color: 2524466.

HSL color Cylindrical-coordinate representation of color #328526: hue angle of 112.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328526 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 38 -
CMYK 0.62 0 0.71 0.48
HSL 112.42º 0.56% 0.34% -
HSV(B) 112.42º 0.71% 0.52% -
XYZ 10.05 17.59 4.7 -
YUV 97.35 94.5 94.22 -
System Red Green Blue C M Y K H S L
Decimal 50 133 38 0.62 0 0.71 0.48 112.42 0.56 0.34
Hex 32 85 26 3E 0 47 30 70 38 22
Octal 62 205 46 76 0 107 60 160 70 42
Binary 110010 10000101 100110 111110 0 1000111 110000 1110000 111000 100010

Color Harmonies of #328526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328526

Black with #328526

Text Example


Text Example

White with #328526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328526; }

 p { color: rgb(50,133,38); }

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

background-color css

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

 a { background-color: rgb(50,133,38); }

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

border-color css

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

 span { border-color: rgb(50,133,38); }

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