Html Css Color HEX #316711 Bilbao

📋 copy color: '#316711'

red 49 ◦ green 103 ◦ blue 17

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

Shades of Bilbao #316711

Tints of Bilbao #316711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 60.95%

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

R = 28.99%
G = 60.95%
B = 10.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#316711 (or 0x316711) is known color: Bilbao. HEX triplet: 31, 67 and 11. RGB value is (49,103,17). Sum of RGB (Red+Green+Blue) = 49+103+17=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #316711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316711 is #CE98EE. Grayscale: #4D4D4D. Windows color (decimal): -13539567 or 1140529. OLE color: 1140529.

HSL color Cylindrical-coordinate representation of color #316711: hue angle of 97.67º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #316711 is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 17 -
CMYK 0.52 0 0.83 0.60
HSL 97.67º 0.72% 0.24% -
HSV(B) 97.67º 0.83% 0.4% -
XYZ 6.22 10.39 2.21 -
YUV 77.05 94.11 107.99 -
System Red Green Blue C M Y K H S L
Decimal 49 103 17 0.52 0 0.83 0.60 97.67 0.72 0.24
Hex 31 67 11 34 0 53 3C 62 48 18
Octal 61 147 21 64 0 123 74 142 110 30
Binary 110001 1100111 10001 110100 0 1010011 111100 1100010 1001000 11000

Color Harmonies of #316711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316711

Black with #316711

Text Example


Text Example

White with #316711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316711; }

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

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

background-color css

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

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

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

border-color css

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

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

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