Html Css Color HEX #328225 Bilbao

📋 copy color: '#328225'

red 50 ◦ green 130 ◦ blue 37

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

Shades of Bilbao #328225

Tints of Bilbao #328225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.91%

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

R = 23.04%
G = 59.91%
B = 17.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#328225 (or 0x328225) is known color: Bilbao. HEX triplet: 32, 82 and 25. RGB value is (50,130,37). Sum of RGB (Red+Green+Blue) = 50+130+37=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #328225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328225 is #CD7DDA. Grayscale: #5F5F5F. Windows color (decimal): -13467099 or 2458162. OLE color: 2458162.

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

Color convert

RGB 50 130 37 -
CMYK 0.62 0 0.72 0.49
HSL 111.61º 0.56% 0.33% -
HSV(B) 111.61º 0.72% 0.51% -
XYZ 9.63 16.78 4.48 -
YUV 95.48 95 95.56 -
System Red Green Blue C M Y K H S L
Decimal 50 130 37 0.62 0 0.72 0.49 111.61 0.56 0.33
Hex 32 82 25 3E 0 48 31 70 38 21
Octal 62 202 45 76 0 110 61 160 70 41
Binary 110010 10000010 100101 111110 0 1001000 110001 1110000 111000 100001

Color Harmonies of #328225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328225

Black with #328225

Text Example


Text Example

White with #328225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328225; }

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

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

background-color css

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

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

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

border-color css

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

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

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