Html Css Color HEX #317211 Bilbao

📋 copy color: '#317211'

red 49 ◦ green 114 ◦ blue 17

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

Shades of Bilbao #317211

Tints of Bilbao #317211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 63.33%

 BLUE value IS 17 (7.03% from 255) = 9.44%

R = 27.22%
G = 63.33%
B = 9.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#317211 (or 0x317211) is known color: Bilbao. HEX triplet: 31, 72 and 11. RGB value is (49,114,17). Sum of RGB (Red+Green+Blue) = 49+114+17=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 114 (44.92% from 255 or 63.33% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 114 - color contains mainly: green. Hex color #317211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317211 is #CE8DEE. Grayscale: #535353. Windows color (decimal): -13536751 or 1143345. OLE color: 1143345.

HSL color Cylindrical-coordinate representation of color #317211: hue angle of 100.21º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #317211 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 114 17 -
CMYK 0.57 0 0.85 0.55
HSL 100.21º 0.74% 0.26% -
HSV(B) 100.21º 0.85% 0.45% -
XYZ 7.39 12.73 2.6 -
YUV 83.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 49 114 17 0.57 0 0.85 0.55 100.21 0.74 0.26
Hex 31 72 11 39 0 55 37 64 4A 1A
Octal 61 162 21 71 0 125 67 144 112 32
Binary 110001 1110010 10001 111001 0 1010101 110111 1100100 1001010 11010

Color Harmonies of #317211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317211

Black with #317211

Text Example


Text Example

White with #317211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317211; }

 p { color: rgb(49,114,17); }

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

background-color css

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

 a { background-color: rgb(49,114,17); }

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

border-color css

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

 span { border-color: rgb(49,114,17); }

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