Html Css Color HEX #317520 Bilbao

📋 copy color: '#317520'

red 49 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #317520

Tints of Bilbao #317520

RGB

 RED value IS 49 (19.53% from 255) = 24.75%

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

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

R = 24.75%
G = 59.09%
B = 16.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#317520 (or 0x317520) is known color: Bilbao. HEX triplet: 31, 75 and 20. RGB value is (49,117,32). Sum of RGB (Red+Green+Blue) = 49+117+32=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #317520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317520 is #CE8ADF. Grayscale: #575757. Windows color (decimal): -13535968 or 2127153. OLE color: 2127153.

HSL color Cylindrical-coordinate representation of color #317520: hue angle of 108º 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 #317520 is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 32 -
CMYK 0.58 0 0.73 0.54
HSL 108º 0.57% 0.29% -
HSV(B) 108º 0.73% 0.46% -
XYZ 7.89 13.48 3.55 -
YUV 86.98 96.97 100.91 -
System Red Green Blue C M Y K H S L
Decimal 49 117 32 0.58 0 0.73 0.54 108 0.57 0.29
Hex 31 75 20 3A 0 49 36 6C 39 1D
Octal 61 165 40 72 0 111 66 154 71 35
Binary 110001 1110101 100000 111010 0 1001001 110110 1101100 111001 11101

Color Harmonies of #317520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317520

Black with #317520

Text Example


Text Example

White with #317520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317520; }

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

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

background-color css

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

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

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

border-color css

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

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

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