Html Css Color HEX #328425 Bilbao

📋 copy color: '#328425'

red 50 ◦ green 132 ◦ blue 37

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

Shades of Bilbao #328425

Tints of Bilbao #328425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.27%

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

R = 22.83%
G = 60.27%
B = 16.89%

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

#328425 (or 0x328425) is known color: Bilbao. HEX triplet: 32, 84 and 25. RGB value is (50,132,37). Sum of RGB (Red+Green+Blue) = 50+132+37=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #328425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328425 is #CD7BDA. Grayscale: #606060. Windows color (decimal): -13466587 or 2458674. OLE color: 2458674.

HSL color Cylindrical-coordinate representation of color #328425: hue angle of 111.79º 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 #328425 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 37 -
CMYK 0.62 0 0.72 0.48
HSL 111.79º 0.56% 0.33% -
HSV(B) 111.79º 0.72% 0.52% -
XYZ 9.9 17.31 4.57 -
YUV 96.65 94.33 94.72 -
System Red Green Blue C M Y K H S L
Decimal 50 132 37 0.62 0 0.72 0.48 111.79 0.56 0.33
Hex 32 84 25 3E 0 48 30 70 38 21
Octal 62 204 45 76 0 110 60 160 70 41
Binary 110010 10000100 100101 111110 0 1001000 110000 1110000 111000 100001

Color Harmonies of #328425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328425

Black with #328425

Text Example


Text Example

White with #328425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328425; }

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

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

background-color css

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

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

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

border-color css

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

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

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