Html Css Color HEX #317011 Bilbao

📋 copy color: '#317011'

red 49 ◦ green 112 ◦ blue 17

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

Shades of Bilbao #317011

Tints of Bilbao #317011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 62.92%

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

R = 27.53%
G = 62.92%
B = 9.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#317011 (or 0x317011) is known color: Bilbao. HEX triplet: 31, 70 and 11. RGB value is (49,112,17). Sum of RGB (Red+Green+Blue) = 49+112+17=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #317011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317011 is #CE8FEE. Grayscale: #525252. Windows color (decimal): -13537263 or 1142833. OLE color: 1142833.

HSL color Cylindrical-coordinate representation of color #317011: hue angle of 99.79º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #317011 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 17 -
CMYK 0.56 0 0.85 0.56
HSL 99.79º 0.74% 0.25% -
HSV(B) 99.79º 0.85% 0.44% -
XYZ 7.16 12.28 2.52 -
YUV 82.33 91.13 104.22 -
System Red Green Blue C M Y K H S L
Decimal 49 112 17 0.56 0 0.85 0.56 99.79 0.74 0.25
Hex 31 70 11 38 0 55 38 64 4A 19
Octal 61 160 21 70 0 125 70 144 112 31
Binary 110001 1110000 10001 111000 0 1010101 111000 1100100 1001010 11001

Color Harmonies of #317011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317011

Black with #317011

Text Example


Text Example

White with #317011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317011; }

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

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

background-color css

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

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

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

border-color css

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

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

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