Html Css Color HEX #327520 Bilbao

📋 copy color: '#327520'

red 50 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #327520

Tints of Bilbao #327520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.79%

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 25.13%
G = 58.79%
B = 16.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#327520 (or 0x327520) is known color: Bilbao. HEX triplet: 32, 75 and 20. RGB value is (50,117,32). Sum of RGB (Red+Green+Blue) = 50+117+32=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #327520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327520 is #CD8ADF. Grayscale: #575757. Windows color (decimal): -13470432 or 2127154. OLE color: 2127154.

HSL color Cylindrical-coordinate representation of color #327520: hue angle of 107.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327520 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 32 -
CMYK 0.57 0 0.73 0.54
HSL 107.29º 0.57% 0.29% -
HSV(B) 107.29º 0.73% 0.46% -
XYZ 7.94 13.5 3.55 -
YUV 87.28 96.8 101.41 -
System Red Green Blue C M Y K H S L
Decimal 50 117 32 0.57 0 0.73 0.54 107.29 0.57 0.29
Hex 32 75 20 39 0 49 36 6B 39 1D
Octal 62 165 40 71 0 111 66 153 71 35
Binary 110010 1110101 100000 111001 0 1001001 110110 1101011 111001 11101

Color Harmonies of #327520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327520

Black with #327520

Text Example


Text Example

White with #327520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327520; }

 p { color: rgb(50,117,32); }

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

background-color css

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

 a { background-color: rgb(50,117,32); }

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

border-color css

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

 span { border-color: rgb(50,117,32); }

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