Html Css Color HEX #328525 Bilbao

📋 copy color: '#328525'

red 50 ◦ green 133 ◦ blue 37

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

Shades of Bilbao #328525

Tints of Bilbao #328525

RGB

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

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

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

R = 22.73%
G = 60.45%
B = 16.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#328525 (or 0x328525) is known color: Bilbao. HEX triplet: 32, 85 and 25. RGB value is (50,133,37). Sum of RGB (Red+Green+Blue) = 50+133+37=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #328525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328525 is #CD7ADA. Grayscale: #616161. Windows color (decimal): -13466331 or 2458930. OLE color: 2458930.

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

Color convert

RGB 50 133 37 -
CMYK 0.62 0 0.72 0.48
HSL 111.88º 0.56% 0.33% -
HSV(B) 111.88º 0.72% 0.52% -
XYZ 10.04 17.59 4.62 -
YUV 97.24 94 94.31 -
System Red Green Blue C M Y K H S L
Decimal 50 133 37 0.62 0 0.72 0.48 111.88 0.56 0.33
Hex 32 85 25 3E 0 48 30 70 38 21
Octal 62 205 45 76 0 110 60 160 70 41
Binary 110010 10000101 100101 111110 0 1001000 110000 1110000 111000 100001

Color Harmonies of #328525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328525

Black with #328525

Text Example


Text Example

White with #328525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328525; }

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

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

background-color css

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

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

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

border-color css

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

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

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