Html Css Color HEX #316716 Bilbao

📋 copy color: '#316716'

red 49 ◦ green 103 ◦ blue 22

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

Shades of Bilbao #316716

Tints of Bilbao #316716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.64%

R = 28.16%
G = 59.2%
B = 12.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#316716 (or 0x316716) is known color: Bilbao. HEX triplet: 31, 67 and 16. RGB value is (49,103,22). Sum of RGB (Red+Green+Blue) = 49+103+22=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #316716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316716 is #CE98E9. Grayscale: #4D4D4D. Windows color (decimal): -13539562 or 1468209. OLE color: 1468209.

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

Color convert

RGB 49 103 22 -
CMYK 0.52 0 0.79 0.60
HSL 100º 0.65% 0.25% -
HSV(B) 100º 0.79% 0.4% -
XYZ 6.26 10.41 2.44 -
YUV 77.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 49 103 22 0.52 0 0.79 0.60 100 0.65 0.25
Hex 31 67 16 34 0 4F 3C 64 41 19
Octal 61 147 26 64 0 117 74 144 101 31
Binary 110001 1100111 10110 110100 0 1001111 111100 1100100 1000001 11001

Color Harmonies of #316716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316716

Black with #316716

Text Example


Text Example

White with #316716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316716; }

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

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

background-color css

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

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

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

border-color css

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

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

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