Html Css Color HEX #317521 Bilbao

📋 copy color: '#317521'

red 49 ◦ green 117 ◦ blue 33

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

Shades of Bilbao #317521

Tints of Bilbao #317521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 24.62%
G = 58.79%
B = 16.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#317521 (or 0x317521) is known color: Bilbao. HEX triplet: 31, 75 and 21. RGB value is (49,117,33). Sum of RGB (Red+Green+Blue) = 49+117+33=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #317521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317521 is #CE8ADE. Grayscale: #575757. Windows color (decimal): -13535967 or 2192689. OLE color: 2192689.

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

Color convert

RGB 49 117 33 -
CMYK 0.58 0 0.72 0.54
HSL 108.57º 0.56% 0.29% -
HSV(B) 108.57º 0.72% 0.46% -
XYZ 7.9 13.49 3.63 -
YUV 87.09 97.47 100.83 -
System Red Green Blue C M Y K H S L
Decimal 49 117 33 0.58 0 0.72 0.54 108.57 0.56 0.29
Hex 31 75 21 3A 0 48 36 6D 38 1D
Octal 61 165 41 72 0 110 66 155 70 35
Binary 110001 1110101 100001 111010 0 1001000 110110 1101101 111000 11101

Color Harmonies of #317521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317521

Black with #317521

Text Example


Text Example

White with #317521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317521; }

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

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

background-color css

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

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

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

border-color css

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

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

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